wok view tiff/receipt @ rev 21087
updated jsoncpp (0.10.2 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 15 15:55:06 2019 +0100 (2019-03-15) |
parents | 7c5de62471a3 |
children | 4e0a230340e9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff"
4 VERSION="4.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.libtiff.org/"
11 WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="jpeg zlib gcc-lib-base"
15 BUILD_DEPENDS="jpeg-dev zlib-dev jbigkit"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }