SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "phpqrcode"

# SliTaz package receipt.

PACKAGE="phpqrcode"
VERSION="1.1.4"
CATEGORY="development"
SHORT_DESC="Library for generating QR Code, 2-dimensional barcode."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-2010100721_$VERSION.zip"
WEB_SITE="http://phpqrcode.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
DEPENDS="qrencode php-gd"

# Rules to configure and make the package.
compile_rules()
{
    mv phpqrcode $src 2> /dev/null
    cd $src
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/$PACKAGE
    cp -a $src $fs//usr/share/$PACKAGE/
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)