wok view phpqrcode/receipt @ rev 8914

gtk+: add wget in BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 28 17:00:32 2011 +0100 (2011-02-28)
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 }