wok diff listpatron/receipt @ rev 19557
fusecloop: update advancecomp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 14 09:22:13 2016 +0100 (2016-12-14) |
parents | af9a1b47948c |
children | b9659e3c2111 |
line diff
1.1 --- a/listpatron/receipt Tue Jan 24 22:51:41 2012 +0100 1.2 +++ b/listpatron/receipt Wed Dec 14 09:22:13 2016 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="GTK+2 application for maintaining lists of information.." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ xorg-libXdamage" 1.8 -BUILD_DEPENDS="gtk+-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.electricmonk.nl/Programmings/ListPatron" 1.12 WGET_URL="http://projects.electricmonk.nl/projects/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="gtk+ xorg-libXdamage" 1.15 +BUILD_DEPENDS="gtk+-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,7 +22,7 @@ 1.21 --libexecdir=/usr/lib/$PACKAGE \ 1.22 $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 @@ -28,9 +30,9 @@ 1.30 { 1.31 mkdir -p $fs/usr/share/applications 1.32 cp -a $stuff/listpatron.desktop $fs/usr/share/applications 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.35 - cp -a $_pkg/usr/share/xml $fs/usr/share 1.36 + cp -a $install/usr/bin $fs/usr 1.37 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.38 + cp -a $install/usr/share/xml $fs/usr/share 1.39 cd $fs/usr/share/pixmaps 1.40 ln -s listpatron/icons/listpatron-col-add.png listpatron.png 1.41 }