wok view tiff-dev/receipt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents 4e0a230340e9
children 90c2e9095591
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-dev"
4 VERSION="4.1.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 mkdir -p $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }