wok-next annotate phpqrcode/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents c4e53a39395a
children
rev   line source
al@20485 1 # SliTaz package receipt v2.
pascal@7858 2
pascal@7858 3 PACKAGE="phpqrcode"
pascal@7858 4 VERSION="1.1.4"
pascal@7858 5 CATEGORY="development"
al@20485 6 SHORT_DESC="Library for generating QR Code, 2-dimensional barcode"
pascal@7858 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15198 8 LICENSE="GPL3"
al@20485 9 WEB_SITE="http://phpqrcode.sourceforge.net/"
al@20485 10
pascal@7858 11 TARBALL="$PACKAGE-2010100721_$VERSION.zip"
pascal@7858 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15198 13
al@20485 14 compile_rules() {
al@20485 15 mv phpqrcode $src 2>/dev/null
pascal@7858 16 cd $src
al@20485 17 mkdir -p $install/usr/share/$PACKAGE
al@20485 18 cp -a $src $install/usr/share/$PACKAGE/
pascal@7858 19 }
pascal@7858 20
al@20485 21 genpkg_rules() {
al@20485 22 copy @std
al@20485 23 DEPENDS="qrencode php-gd"
pascal@7858 24 }