wok annotate tiff-dev/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 62f4b17a0949
children
rev   line source
pankso@23 1 # SliTaz package receipt.
pankso@23 2
pankso@23 3 PACKAGE="tiff-dev"
Hans-G?nter@25354 4 VERSION="4.4.0"
pankso@199 5 CATEGORY="development"
Hans-G?nter@22029 6 SHORT_DESC="A library of functions for manipulating TIFF format image files - development files."
pankso@23 7 MAINTAINER="pankso@slitaz.org"
pascal@15600 8 LICENSE="MIT"
pascal@20679 9 WEB_SITE="http://www.libtiff.org/"
pankso@23 10
Hans-G?nter@23698 11 DEPENDS="jbigkit tiff"
Hans-G?nter@22029 12 WANTED="tiff"
Hans-G?nter@22029 13
Hans-G?nter@22029 14 HOST_ARCH="i486 arm"
pascal@15600 15
pankso@23 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@23 17 genpkg_rules()
pankso@23 18 {
Hans-G?nter@25354 19 get_dev_files
pankso@23 20 }