wok diff 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
line diff
     1.1 --- a/tiff-dev/receipt	Tue Apr 28 07:51:26 2020 +0100
     1.2 +++ b/tiff-dev/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff-dev"
     1.7 -VERSION="4.1.0"
     1.8 +VERSION="4.4.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A library of functions for manipulating TIFF format image files - development files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,8 +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/lib
    1.17 -
    1.18 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.19 -	cp -a $install/usr/include	$fs/usr
    1.20 +	get_dev_files
    1.21  }