wok view tiff-apps/receipt @ rev 22029

updated tiff, tiff-apps and tiff-dev (4.0.3 -> 4.0.10)
author Hans-G?nter Theisgen
date Sun Oct 20 17:03:34 2019 +0100 (2019-10-20)
parents 6135577f4d08
children 62f4b17a0949
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-apps"
4 VERSION="4.0.10"
5 CATEGORY="x-window"
6 SHORT_DESC="A library of functions for manipulating TIFF format image files - cli applications."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.libtiff.org/"
11 DEPENDS="jpeg tiff zlib"
12 WANTED="tiff"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 }