wok view tiff-dev/receipt @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 months ago)
parents 62f4b17a0949
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-dev"
4 VERSION="4.4.0"
5 CATEGORY="development"
6 SHORT_DESC="A library of functions for manipulating TIFF format image files - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.libtiff.org/"
11 DEPENDS="jbigkit tiff"
12 WANTED="tiff"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
20 }