wok view tiff-apps/receipt @ rev 9470

Remove some uneeded strips (thoses ones are handled by Tazwok)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Apr 04 01:29:52 2011 +0200 (2011-04-04)
parents 00d23a2237d8
children 85e2616a7123
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-apps"
4 VERSION="3.9.4"
5 CATEGORY="x-window"
6 SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="jpeg zlib tiff"
9 WANTED="tiff"
10 WEB_SITE="http://www.remotesensing.org/libtiff/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }