wok view tiff/receipt @ rev 11981

tintin: new icon. Old one was ugly
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 02 15:24:32 2012 -0800 (2012-03-02)
parents 85e2616a7123
children 53da4d85cdb3
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff"
4 VERSION="3.9.5"
5 CATEGORY="x-window"
6 SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="jpeg zlib gcc-lib-base"
10 BUILD_DEPENDS="jpeg-dev zlib-dev"
11 WEB_SITE="http://www.remotesensing.org/libtiff/"
12 WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
28 }