wok-next diff tiff/receipt @ rev 15616

Add some autoconf/automake bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 08 08:52:14 2013 +0000 (2013-12-08)
parents 914c5d960db2
children cf02cc1c573a
line diff
     1.1 --- a/tiff/receipt	Mon Jun 25 07:39:28 2012 +0000
     1.2 +++ b/tiff/receipt	Sun Dec 08 08:52:14 2013 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://www.remotesensing.org/libtiff/"
    1.10 +WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL"
    1.11 +
    1.12  DEPENDS="jpeg zlib gcc-lib-base"
    1.13  BUILD_DEPENDS="jpeg-dev zlib-dev"
    1.14 -WEB_SITE="http://www.remotesensing.org/libtiff/"
    1.15 -WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()