wok view tiff-apps/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
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 }