wok view phpqrcode/receipt @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
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 }