wok rev 25354

updated tiff, tiff-apps and tiff-dev (4.1.0 -> 4.4.0)
author Hans-G?nter Theisgen
date Tue Jul 26 16:22:26 2022 +0100 (21 months ago)
parents 9ffe036f25c8
children 42621d26bf58
files tiff-apps/receipt tiff-dev/receipt tiff/description.txt tiff/receipt
line diff
     1.1 --- a/tiff-apps/receipt	Tue Jul 26 14:33:11 2022 +0100
     1.2 +++ b/tiff-apps/receipt	Tue Jul 26 16:22:26 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff-apps"
     1.7 -VERSION="4.1.0"
     1.8 +VERSION="4.4.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="A library of functions for manipulating TIFF format image files - cli applications."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,6 +16,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -    mkdir -p $fs/usr
    1.17 -    cp -a $install/usr/bin	$fs/usr
    1.18 +	cook_copy_folders	bin
    1.19  }
     2.1 --- a/tiff-dev/receipt	Tue Jul 26 14:33:11 2022 +0100
     2.2 +++ b/tiff-dev/receipt	Tue Jul 26 16:22:26 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tiff-dev"
     2.7 -VERSION="4.1.0"
     2.8 +VERSION="4.4.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A library of functions for manipulating TIFF format image files - development files."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -16,8 +16,5 @@
    2.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.14  genpkg_rules()
    2.15  {
    2.16 -	mkdir -p $fs/usr/lib
    2.17 -
    2.18 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    2.19 -	cp -a $install/usr/include	$fs/usr
    2.20 +	get_dev_files
    2.21  }
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/tiff/description.txt	Tue Jul 26 16:22:26 2022 +0100
     3.3 @@ -0,0 +1,18 @@
     3.4 +This software provides support for the Tag Image File
     3.5 +Format (TIFF), a widely used format for storing image
     3.6 +data.
     3.7 +The latest version of the TIFF specification is
     3.8 +available on-line in several different formats, as are
     3.9 +a number of Technical Notes (TTN's).
    3.10 +
    3.11 +Included in this software distribution is a library,
    3.12 +libtiff, for reading and writing TIFF, a small
    3.13 +collection of tools for doing simple manipulations of
    3.14 +TIFF images on UNIX systems, and documentation on the
    3.15 +library and tools.
    3.16 +A small assortment of TIFF-related software for UNIX
    3.17 +that has been contributed by others is also included.
    3.18 +
    3.19 +The library, along with associated tool programs,
    3.20 +should handle most of your needs for reading and
    3.21 +writing TIFF images on 32- and 64-bit machines.
     4.1 --- a/tiff/receipt	Tue Jul 26 14:33:11 2022 +0100
     4.2 +++ b/tiff/receipt	Tue Jul 26 16:22:26 2022 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="tiff"
     4.7 -VERSION="4.1.0"
     4.8 +VERSION="4.4.0"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="A library of functions for manipulating TIFF format image files."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -33,6 +33,5 @@
    4.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.14  genpkg_rules()
    4.15  {
    4.16 -	mkdir -p $fs/usr/lib
    4.17 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    4.18 +	cook_copy_files	*.so*
    4.19  }