wok view tiff-apps/receipt @ rev 20382

xorg-xf86-video-fbdev: hack for xorg-server 1.12.4 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 22:08:20 2018 +0200 (2018-06-15)
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 }