wok rev 12542

exo: try a bdeps fix
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 13:27:11 2012 +0200 (2012-04-26)
parents 0893b8771990
children 8cb2ce74ff6b
files exo/receipt
line diff
     1.1 --- a/exo/receipt	Thu Apr 26 03:16:03 2012 +0200
     1.2 +++ b/exo/receipt	Thu Apr 26 13:27:11 2012 +0200
     1.3 @@ -5,19 +5,18 @@
     1.4  CATEGORY="meta"
     1.5  SHORT_DESC="Xfce Exo library and tools"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="exo-tools libexo"
     1.8 -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool
     1.9 - util-linux-uuid-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org"
    1.12  WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
    1.13  COOK_OPT="!fs"
    1.14  
    1.15 +DEPENDS="exo-tools libexo util-linux-uuid libgio"
    1.16 +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool \
    1.17 +util-linux-uuid-dev libgio-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -
    1.23 -	#test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
    1.24  	cd $src
    1.25  	patch -p1 -i $stuff/helpers.rc.u
    1.26  	./configure \
    1.27 @@ -28,7 +27,7 @@
    1.28  		--mandir=/usr/share/man \
    1.29  		--disable-python \
    1.30  		$CONFIGURE_ARGS && \
    1.31 -	make && make DESTDIR=$PWD/_pkg install
    1.32 +	make && make install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.