wok diff tiff-apps/receipt @ rev 24815

updated libnids (1.24 -> 1.26)
author Hans-G?nter Theisgen
date Wed Mar 23 06:19:41 2022 +0100 (2022-03-23)
parents 4e0a230340e9
children 90c2e9095591
line diff
     1.1 --- a/tiff-apps/receipt	Sun Oct 20 17:03:34 2019 +0100
     1.2 +++ b/tiff-apps/receipt	Wed Mar 23 06:19:41 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff-apps"
     1.7 -VERSION="4.0.10"
     1.8 +VERSION="4.1.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 @@ -17,5 +17,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15      mkdir -p $fs/usr
    1.16 -    cp -a $install/usr/bin $fs/usr
    1.17 +    cp -a $install/usr/bin	$fs/usr
    1.18  }