wok diff tiff/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents 4e0a230340e9
children 5d79829fa876
line diff
     1.1 --- a/tiff/receipt	Sun Oct 20 17:03:34 2019 +0100
     1.2 +++ b/tiff/receipt	Tue Apr 28 17:22:54 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tiff"
     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."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  WEB_SITE="http://www.libtiff.org/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://download.osgeo.org/libtiff/$TARBALL"
    1.17 +WGET_URL="https://download.osgeo.org/libtiff/$TARBALL"
    1.18  
    1.19  DEPENDS="gcc-lib-base jpeg zlib"
    1.20  BUILD_DEPENDS="jbigkit jpeg-dev zlib-dev"
    1.21 @@ -28,5 +28,5 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.27  }