wok-next annotate tiff/receipt @ rev 15668
Up alien 8.89
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 17 21:37:55 2013 +0100 (2013-12-17) |
parents | 914c5d960db2 |
children | cf02cc1c573a |
rev | line source |
---|---|
pankso@23 | 1 # SliTaz package receipt. |
pankso@23 | 2 |
pankso@23 | 3 PACKAGE="tiff" |
slaxemulator@13069 | 4 VERSION="4.0.2" |
pankso@23 | 5 CATEGORY="x-window" |
pankso@23 | 6 SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)." |
pankso@23 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15600 | 8 LICENSE="MIT" |
pankso@23 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15600 | 10 WEB_SITE="http://www.remotesensing.org/libtiff/" |
pascal@15600 | 11 WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL" |
pascal@15600 | 12 |
pascal@5007 | 13 DEPENDS="jpeg zlib gcc-lib-base" |
slaxemulator@10073 | 14 BUILD_DEPENDS="jpeg-dev zlib-dev" |
pankso@23 | 15 |
pankso@23 | 16 # Rules to configure and make the package. |
pankso@23 | 17 compile_rules() |
pankso@23 | 18 { |
pankso@23 | 19 cd $src |
slaxemulator@6424 | 20 |
slaxemulator@10073 | 21 ./configure $CONFIGURE_ARGS && |
slaxemulator@10073 | 22 make && make install |
pankso@23 | 23 } |
pankso@23 | 24 |
pankso@23 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@23 | 26 genpkg_rules() |
pankso@23 | 27 { |
slaxemulator@9544 | 28 mkdir -p $fs/usr/lib |
slaxemulator@13069 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@23 | 30 } |