# HG changeset patch # User Hans-G?nter Theisgen # Date 1658848946 -3600 # Node ID 90c2e909559118ee4e10fd5a03630aec6377c851 # Parent 9ffe036f25c852425011911273582b87c9c5e5ca updated tiff, tiff-apps and tiff-dev (4.1.0 -> 4.4.0) diff -r 9ffe036f25c8 -r 90c2e9095591 tiff-apps/receipt --- a/tiff-apps/receipt Tue Jul 26 14:33:11 2022 +0100 +++ b/tiff-apps/receipt Tue Jul 26 16:22:26 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tiff-apps" -VERSION="4.1.0" +VERSION="4.4.0" CATEGORY="x-window" SHORT_DESC="A library of functions for manipulating TIFF format image files - cli applications." MAINTAINER="pankso@slitaz.org" @@ -16,6 +16,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin } diff -r 9ffe036f25c8 -r 90c2e9095591 tiff-dev/receipt --- a/tiff-dev/receipt Tue Jul 26 14:33:11 2022 +0100 +++ b/tiff-dev/receipt Tue Jul 26 16:22:26 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tiff-dev" -VERSION="4.1.0" +VERSION="4.4.0" CATEGORY="development" SHORT_DESC="A library of functions for manipulating TIFF format image files - development files." MAINTAINER="pankso@slitaz.org" @@ -16,8 +16,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + get_dev_files } diff -r 9ffe036f25c8 -r 90c2e9095591 tiff/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tiff/description.txt Tue Jul 26 16:22:26 2022 +0100 @@ -0,0 +1,18 @@ +This software provides support for the Tag Image File +Format (TIFF), a widely used format for storing image +data. +The latest version of the TIFF specification is +available on-line in several different formats, as are +a number of Technical Notes (TTN's). + +Included in this software distribution is a library, +libtiff, for reading and writing TIFF, a small +collection of tools for doing simple manipulations of +TIFF images on UNIX systems, and documentation on the +library and tools. +A small assortment of TIFF-related software for UNIX +that has been contributed by others is also included. + +The library, along with associated tool programs, +should handle most of your needs for reading and +writing TIFF images on 32- and 64-bit machines. diff -r 9ffe036f25c8 -r 90c2e9095591 tiff/receipt --- a/tiff/receipt Tue Jul 26 14:33:11 2022 +0100 +++ b/tiff/receipt Tue Jul 26 16:22:26 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tiff" -VERSION="4.1.0" +VERSION="4.4.0" CATEGORY="x-window" SHORT_DESC="A library of functions for manipulating TIFF format image files." MAINTAINER="pankso@slitaz.org" @@ -33,6 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* }