wok diff xfce4-dev-tools/receipt @ rev 15824

Up: btrfs-progs to 3.12.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 10:09:14 2014 +0000 (2014-01-24)
parents d1768332cee0
children 5cdf5c29f238
line diff
     1.1 --- a/xfce4-dev-tools/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/xfce4-dev-tools/receipt	Fri Jan 24 10:09:14 2014 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Xfce Developpers Tools "
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="subversion autoconf automake intltool pkg-config"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/"
    1.11  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 +DEPENDS="subversion autoconf automake intltool pkg-config"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -20,17 +22,15 @@
    1.19  		--infodir=/usr/share/info \
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	make && make DESTDIR=$DESTDIR install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr
    1.30 -	cp -a $_pkg/usr/bin $fs/usr
    1.31 -	cp -a $_pkg/usr/share $fs/usr
    1.32 +	cp -a $install/usr/bin $fs/usr
    1.33 +	cp -a $install/usr/share $fs/usr
    1.34  	
    1.35  	chmod 755 $fs/usr/bin/xdt-*
    1.36 -	
    1.37  }
    1.38 -