wok-6.x diff gcolor2/receipt @ rev 15000
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 17:00:38 2013 +0000 (2013-08-10) |
parents | af9a1b47948c |
children | b800f0edb469 |
line diff
1.1 --- a/gcolor2/receipt Tue Jan 24 22:51:41 2012 +0100 1.2 +++ b/gcolor2/receipt Sat Aug 10 17:00:38 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Light and simple color selector." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ xorg-libXdamage" 1.8 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev perl-xml-parser" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://gcolor2.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="gtk+ xorg-libXdamage" 1.15 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev perl-xml-parser" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -18,7 +20,7 @@ 1.21 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man $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 @@ -26,9 +28,9 @@ 1.30 { 1.31 mkdir -p $fs/usr/share/applications 1.32 cp -a $stuff/gcolor2.desktop $fs/usr/share/applications 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 1.36 - cp -a $_pkg/usr/share $fs/usr 1.37 + cp -a $install/usr/share $fs/usr 1.38 cd $fs/usr/share/pixmaps 1.39 ln -s gcolor2/icon.png gcolor2.png 1.40 }