wok-6.x diff tiff-apps/receipt @ 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 (23 months ago)
parents 62f4b17a0949
children
line diff
     1.1 --- a/tiff-apps/receipt	Tue Apr 28 07:51:26 2020 +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  }