wok-next view phpqrcode/receipt @ rev 21157

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
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 }