wok view libpng-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents c2504719b20a
children 136e6be5a91e
line source
1 # SliTaz package receipt.
3 PACKAGE="libpng-dev"
4 VERSION="1.2.51"
5 CATEGORY="development"
6 SHORT_DESC="PNG images library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="zlib/libpng"
9 WANTED="libpng"
10 WEB_SITE="http://libpng.org/pub/png/libpng.html"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libpng"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }