wok view tiff-dev/receipt @ rev 1561

get-texlive: inform user that it will install 31Mo
author Pierre-Jean Fichet <sygne@ombres.eu>
date Mon Oct 13 14:50:22 2008 +0200 (2008-10-13)
parents 8e5c96401d01
children 00d23a2237d8
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-dev"
4 VERSION="3.8.2"
5 CATEGORY="development"
6 SHORT_DESC="TIFF images libs devel files. (Check tiff-apps for utilities)."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="tiff"
9 WEB_SITE="http://www.remotesensing.org/libtiff/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 }