wok-next diff xfce4-appfinder/receipt @ rev 8247
Up: nmap to 5.50.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 29 05:03:37 2011 +0000 (2011-01-29) |
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 Sat Jan 29 05:03:37 2011 +0000 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