wok-next view tiff/receipt @ rev 19624

Fix some WANTED versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 08 16:29:10 2017 +0100 (2017-02-08)
parents 124c3a7da04f
children 1a86cb99cbbf
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff"
4 VERSION="4.0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.libtiff.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://download.osgeo.org/libtiff/$TARBALL"
15 DEPENDS="jpeg-turbo zlib"
16 BUILD_DEPENDS="cmake libjpeg-turbo-dev zlib-dev"
17 SPLIT="tiff-apps"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cook_copy_files *.so*
32 }