wok view tiff-apps/receipt @ rev 25516

memtest64: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 19 11:36:17 2023 +0000 (16 months ago)
parents 62f4b17a0949
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-apps"
4 VERSION="4.4.0"
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 cook_copy_folders bin
20 }