# HG changeset patch # User Christophe Lincoln # Date 1335439631 -7200 # Node ID c73e6b9ec83a82425c075387e75011bd17f1ec45 # Parent 0893b8771990f1805668cc485814406e02a5bec7 exo: try a bdeps fix diff -r 0893b8771990 -r c73e6b9ec83a exo/receipt --- a/exo/receipt Thu Apr 26 03:16:03 2012 +0200 +++ b/exo/receipt Thu Apr 26 13:27:11 2012 +0200 @@ -5,19 +5,18 @@ CATEGORY="meta" SHORT_DESC="Xfce Exo library and tools" MAINTAINER="erjo@slitaz.org" -DEPENDS="exo-tools libexo" -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool - util-linux-uuid-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" COOK_OPT="!fs" +DEPENDS="exo-tools libexo util-linux-uuid libgio" +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \ +util-linux-uuid-dev libgio-dev" + # Rules to configure and make the package. compile_rules() { - - #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION cd $src patch -p1 -i $stuff/helpers.rc.u ./configure \ @@ -28,7 +27,7 @@ --mandir=/usr/share/man \ --disable-python \ $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.