wok-current diff libxfce4util/receipt @ rev 14810

Up: apr-util* (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:35:05 2013 +0200 (2013-07-17)
parents 47b9b04ee1aa
children 51b3adb28fd6
line diff
     1.1 --- a/libxfce4util/receipt	Thu Jan 20 02:14:19 2011 +0100
     1.2 +++ b/libxfce4util/receipt	Wed Jul 17 13:35:05 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Utility library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gtk+"
     1.8 -BUILD_DEPENDS="gtk+-dev intltool"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org"
    1.12  WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+"
    1.15 +BUILD_DEPENDS="gtk+-dev intltool"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -19,7 +21,7 @@
    1.21  		--infodir=/usr/share/info \
    1.22  		--disable-debug \
    1.23  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 @@ -29,8 +31,8 @@
    1.30  		$fs/usr/lib \
    1.31  		$fs/usr/share/locale
    1.32  		
    1.33 -	cp -a $_pkg/usr/sbin $fs/usr
    1.34 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.35 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.36 +	cp -a $install/usr/sbin $fs/usr
    1.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.38 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.39  }
    1.40