]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
ekiga small update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 18 Sep 2006 17:19:57 +0000 (17:19 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 18 Sep 2006 17:19:57 +0000 (17:19 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@226 370017ae-e619-0410-ac65-c121f96126d4

ekiga/ekiga.SlackBuild
ekiga/slack-required [moved from ekiga/ekiga.slack-required with 100% similarity]

index 461c92481572fcc71ef556c6c995610571f10575..45114e82dc573a3b3f573d1c486c8dcc1f81808f 100755 (executable)
@@ -4,9 +4,9 @@
 # by rafael at riseup.net
 #
 
-if [ -s "ekiga.slack-required" ]; then
+if [ -s "slack-required" ]; then
   echo Recomended and required packages for building ekiga are:
-  cat ekiga.slack-required | sed -e 's/^/\t/'
+  cat slack-required | sed -e 's/^/\t/'
   if [ "$INTERACT" != "no" ]; then
     echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER.
     read crap
@@ -71,7 +71,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
   patch -p1 < $CWD/$PACKAGE-$VERSION.diff
 fi
 
-./configure --prefix=/usr --disable-gnome --disable-avahi --sysconfdir=/etc --libdir=$LIBDIR --with-docdir=/usr/doc/$PACKAGE-$VERSION
+./configure --prefix=/usr --disable-gnome --disable-avahi --sysconfdir=/etc --libdir=$LIBDIR 
 make
 make DESTDIR=$TMP/package-$PACKAGE install