wok view phpqrcode/receipt @ rev 15237
memtest-serial: fix receipt name
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 10:36:37 2013 +0000 (2013-09-23) |
parents | e4ac1a10c7be |
children | d51b2411e55e |
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 LICENSE="GPL3"
9 TARBALL="$PACKAGE-2010100721_$VERSION.zip"
10 WEB_SITE="http://phpqrcode.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="qrencode php-gd"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv phpqrcode $src 2> /dev/null
19 cd $src
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/$PACKAGE
26 cp -a $src $fs//usr/share/$PACKAGE/
27 }