wok view tiff-dev/receipt @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (17 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 }