wok-6.x annotate tiff-dev/receipt @ rev 15718
Up: openssh (6.4p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 26 11:43:21 2013 +0000 (2013-12-26) |
parents | 914c5d960db2 |
children | cf02cc1c573a |
rev | line source |
---|---|
pankso@23 | 1 # SliTaz package receipt. |
pankso@23 | 2 |
pankso@23 | 3 PACKAGE="tiff-dev" |
slaxemulator@13069 | 4 VERSION="4.0.2" |
pankso@199 | 5 CATEGORY="development" |
pankso@23 | 6 SHORT_DESC="TIFF images libs devel files. (Check tiff-apps for utilities)." |
pankso@23 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15600 | 8 LICENSE="MIT" |
pankso@23 | 9 WANTED="tiff" |
pankso@23 | 10 WEB_SITE="http://www.remotesensing.org/libtiff/" |
pankso@23 | 11 |
pascal@15600 | 12 DEPENDS="tiff jbigkit" |
pascal@15600 | 13 |
pankso@23 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@23 | 15 genpkg_rules() |
pankso@23 | 16 { |
slaxemulator@9579 | 17 mkdir -p $fs/usr/lib |
slaxemulator@13069 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
slaxemulator@13069 | 19 cp -a $install/usr/include $fs/usr |
pankso@23 | 20 } |