wok annotate tiff/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 0b50bcb60588
children 7c5de62471a3
rev   line source
pankso@23 1 # SliTaz package receipt.
pankso@23 2
pankso@23 3 PACKAGE="tiff"
slaxemulator@15818 4 VERSION="4.0.3"
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"
pankso@16058 12 HOST_ARCH="i486 arm"
pascal@15600 13
pascal@5007 14 DEPENDS="jpeg zlib gcc-lib-base"
slaxemulator@10073 15 BUILD_DEPENDS="jpeg-dev zlib-dev"
pankso@23 16
pankso@23 17 # Rules to configure and make the package.
pankso@23 18 compile_rules()
pankso@23 19 {
al@18663 20 ./configure $CONFIGURE_ARGS &&
al@18663 21 make && make install
pankso@23 22 }
pankso@23 23
pankso@23 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@23 25 genpkg_rules()
pankso@23 26 {
al@18663 27 mkdir -p $fs/usr/lib
al@18663 28 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@23 29 }