wok-current diff phpqrcode/receipt @ rev 9468
distcc: improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Apr 04 00:01:59 2011 +0200 (2011-04-04) |
parents | |
children | 78cb1e930abd |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/phpqrcode/receipt Mon Apr 04 00:01:59 2011 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="phpqrcode" 1.7 +VERSION="1.1.4" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Library for generating QR Code, 2-dimensional barcode." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-2010100721_$VERSION.zip" 1.12 +WEB_SITE="http://phpqrcode.sourceforge.net/" 1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 +DEPENDS="qrencode php-gd" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + mv phpqrcode $src 2> /dev/null 1.20 + cd $src 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr/share/$PACKAGE 1.27 + cp -a $src $fs//usr/share/$PACKAGE/ 1.28 +} 1.29 +