wok-next view phpqrcode/receipt @ rev 20900

gdk-pixbuf: build man pages; glib-networking: up (2.56.1); glibmm: up (2.56.0); gnupg: up (2.2.9); gsettings-desktop-schemas: up (3.28.0); tint2: up (16.4).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 21 17:03:50 2018 +0300 (2018-07-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 }