wok-6.x diff printoxx/receipt @ rev 15375
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 18 19:43:55 2013 +0000 (2013-10-18) |
parents | af022550edde |
children |
line diff
1.1 --- a/printoxx/receipt Sun Oct 31 23:30:12 2010 +0100 1.2 +++ b/printoxx/receipt Fri Oct 18 19:43:55 2013 +0000 1.3 @@ -5,20 +5,22 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="fotoxx plugin for printing one or more image files with a user-defined page layout" 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 -DEPENDS="gtk+ " 1.8 -BUILD_DEPENDS="gtk+-dev" 1.9 +LICENSE="GPL3" 1.10 SUGGESTED="fotoxx" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://kornelix.squarespace.com/printoxx" 1.13 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" 1.14 TAGS="print images jpeg jpg bmp png gif" 1.15 1.16 +DEPENDS="gtk+ " 1.17 +BUILD_DEPENDS="gtk+-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 export PREFIX=/usr make 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 1.27 } 1.28 1.29 @@ -26,9 +28,9 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales $fs/usr/share/applications 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE 1.35 + cp -a $install/usr/bin $fs/usr 1.36 + cp -a $install/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE 1.37 #non-standard local path 1.38 - cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ 1.39 + cp -a $install/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ 1.40 cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications 1.41 } 1.42 \ No newline at end of file