wok annotate libpng+apng-dev/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents 1ce2e857978b
children d1139a9dbf88
rev   line source
al@14737 1 # SliTaz package receipt.
al@14737 2
al@14737 3 PACKAGE="libpng+apng-dev"
al@14737 4 VERSION="1.6.2"
al@14737 5 CATEGORY="development"
al@14737 6 SHORT_DESC="Development files for libpng (with APNG support)"
al@14737 7 MAINTAINER="al.bobylev@gmail.com"
al@14737 8 LICENSE="zlib/libpng"
al@14737 9 WEB_SITE="http://libpng.org/pub/png/libpng.html"
al@14737 10
al@14737 11 WANTED="libpng+apng"
pascal@15597 12 DEPENDS="libpng+apng pkg-config"
al@14737 13
al@14737 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14737 15 genpkg_rules()
al@14737 16 {
al@14737 17 mkdir -p \
al@14737 18 $fs/usr/lib \
al@14737 19 $fs/usr/share/licenses
al@14737 20 cp -a $install/usr/bin $fs/usr
al@14737 21 cp -a $install/usr/include $fs/usr
al@14737 22 cp -a $install/usr/lib/*.la $fs/usr/lib
al@14737 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@14737 24 cp -a $src/LICENSE $fs/usr/share/licenses/${PACKAGE%-dev}.txt
al@14737 25 }