wok view libpng-dev/receipt @ rev 13591

move from undigest: 0install adminer blktrace busybox-boot blktrace codiad davmail e4rat fbff flashrom fsthost get-softmodem-driver lessfs libmikmod libmikmod-dev lvmts mikmod navit phpeasyvcs puppet qtractor splashutils systemd tokyocabinet tokyocabinet-dev vmware-view-open-client wine-rt-dev xflux
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 08 09:35:38 2012 +0100 (2012-11-08)
parents 8f3746fffb81
children 51a1ebbda768
line source
1 # SliTaz package receipt.
3 PACKAGE="libpng-dev"
4 VERSION="1.2.47"
5 CATEGORY="development"
6 SHORT_DESC="PNG images library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="libpng"
9 WANTED="libpng"
10 WEB_SITE="http://libpng.org/pub/png/libpng.html"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/bin $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }