wok view tiff-apps/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents cf02cc1c573a
children 6135577f4d08
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-apps"
4 VERSION="4.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="tiff"
10 WEB_SITE="http://www.remotesensing.org/libtiff/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="jpeg zlib tiff"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/bin $fs/usr
20 }