wok view tiff-apps/receipt @ rev 21473

updated mosh (1.2.5 -> 1.3.2) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 30 21:45:29 2019 +0200 (2019-04-30)
parents 0b50bcb60588
children 4e0a230340e9
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.libtiff.org/"
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 }