wok-current view phpqrcode/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents
children 78cb1e930abd
line source
1 # SliTaz package receipt.
3 PACKAGE="phpqrcode"
4 VERSION="1.1.4"
5 CATEGORY="development"
6 SHORT_DESC="Library for generating QR Code, 2-dimensional barcode."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-2010100721_$VERSION.zip"
9 WEB_SITE="http://phpqrcode.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 DEPENDS="qrencode php-gd"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mv phpqrcode $src 2> /dev/null
17 cd $src
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/$PACKAGE
24 cp -a $src $fs//usr/share/$PACKAGE/
25 }