wok-stable view tiff-dev/receipt @ rev 4442
Upgrade: xtrkcad (4.0.3a to 4.0.3a1)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Nov 03 10:46:28 2009 +0000 (2009-11-03) |
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 }