wok-next view phpqrcode/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }