wok view phpqrcode/receipt @ rev 17761

airpwn: run automake --add-missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 11:29:15 2015 +0100 (2015-03-10)
parents 78cb1e930abd
children 15650f5d595b
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"
12 HOST_ARCH="any"
14 DEPENDS="qrencode php-gd"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv phpqrcode $src 2> /dev/null
20 cd $src
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/$PACKAGE
27 cp -a $src $fs//usr/share/$PACKAGE/
28 }