wok diff xfce4-appfinder/receipt @ rev 8114

Fix: lzma wrapper in xz package should now display usage correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 23 22:57:43 2011 +0100 (2011-01-23)
parents be60f17fd994
children 0cdfcdc0e0e0
line diff
     1.1 --- a/xfce4-appfinder/receipt	Thu Jan 20 02:16:19 2011 +0100
     1.2 +++ b/xfce4-appfinder/receipt	Sun Jan 23 22:57:43 2011 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Application  Finder"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfce4ui thunar gamin hal"
     1.8 +DEPENDS="garcon libxfce4ui thunar gamin hal"
     1.9  BUILD_DEPENDS="libxfce4ui-dev "
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org"
    1.12 @@ -16,7 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS \
    1.18 +	--disable-static --disable-debug && \
    1.19  	make && make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21