wok-6.x annotate tiff-dev/receipt @ rev 22833
Add webgames
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 08 18:41:54 2020 +0100 (2020-02-08) |
parents | 6135577f4d08 |
children | 62f4b17a0949 |
rev | line source |
---|---|
pankso@23 | 1 # SliTaz package receipt. |
pankso@23 | 2 |
pankso@23 | 3 PACKAGE="tiff-dev" |
Hans-G?nter@22029 | 4 VERSION="4.0.10" |
pankso@199 | 5 CATEGORY="development" |
Hans-G?nter@22029 | 6 SHORT_DESC="A library of functions for manipulating TIFF format image files - development files." |
pankso@23 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15600 | 8 LICENSE="MIT" |
pascal@20679 | 9 WEB_SITE="http://www.libtiff.org/" |
pankso@23 | 10 |
pascal@15600 | 11 DEPENDS="tiff jbigkit" |
Hans-G?nter@22029 | 12 WANTED="tiff" |
Hans-G?nter@22029 | 13 |
Hans-G?nter@22029 | 14 HOST_ARCH="i486 arm" |
pascal@15600 | 15 |
pankso@23 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@23 | 17 genpkg_rules() |
pankso@23 | 18 { |
al@18663 | 19 mkdir -p $fs/usr/lib |
Hans-G?nter@22029 | 20 |
Hans-G?nter@22029 | 21 cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@22029 | 22 cp -a $install/usr/include $fs/usr |
pankso@23 | 23 } |