wok-next view phpqrcode/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c4e53a39395a
children
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://phpqrcode.sourceforge.net/"
11 TARBALL="$PACKAGE-2010100721_$VERSION.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 mv phpqrcode $src 2>/dev/null
16 cd $src
17 mkdir -p $install/usr/share/$PACKAGE
18 cp -a $src $install/usr/share/$PACKAGE/
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="qrencode php-gd"
24 }