wok view phpqrcode/receipt @ rev 11417

add: libesmtp, libesmtp-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 14 02:29:52 2011 +0100 (2011-12-14)
parents
children 78cb1e930abd
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-2010100721_$VERSION.zip"
9 WEB_SITE="http://phpqrcode.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 DEPENDS="qrencode php-gd"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mv phpqrcode $src 2> /dev/null
17 cd $src
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share/$PACKAGE
24 cp -a $src $fs//usr/share/$PACKAGE/
25 }