wok-current diff exo/receipt @ rev 8739
neon: improve depends.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Feb 19 21:46:48 2011 +0100 (2011-02-19) |
parents | 0874004b631d |
children | 5a95352df02a |
line diff
1.1 --- a/exo/receipt Thu Jan 20 15:02:14 2011 +0100 1.2 +++ b/exo/receipt Sat Feb 19 21:46:48 2011 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Xfce Exo library and tools" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="exo-tools libexo" 1.7 -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev intltool" 1.8 +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.xfce.org" 1.11 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" 1.12 @@ -22,8 +22,6 @@ 1.13 --prefix=/usr \ 1.14 --sysconfdir=/etc \ 1.15 --libexecdir=/usr/lib/libexo \ 1.16 - --enable-notifications \ 1.17 - --enable-hal \ 1.18 --disable-debug \ 1.19 --mandir=/usr/share/man \ 1.20 --disable-python \ 1.21 @@ -35,8 +33,4 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir $fs/usr 1.25 - for pkg in libexo libexo-dev exo-tools 1.26 - do 1.27 - tazwok cook $pkg 1.28 - done 1.29 }