wok rev 2407

testdisk, tiff-apps, tiff : update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 09:46:17 2009 +0000 (2009-03-10)
parents 74d9e193ac36
children e7b7a8410172
files testdisk/receipt tiff-apps/receipt tiff/receipt
line diff
     1.1 --- a/testdisk/receipt	Tue Mar 10 09:41:01 2009 +0000
     1.2 +++ b/testdisk/receipt	Tue Mar 10 09:46:17 2009 +0000
     1.3 @@ -18,8 +18,8 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--mandir=/usr/share/man \
     1.7 -		$CONFIGURE_ARGS
     1.8 -	make
     1.9 +		$CONFIGURE_ARGS &&
    1.10 +	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }
    1.13  
     2.1 --- a/tiff-apps/receipt	Tue Mar 10 09:41:01 2009 +0000
     2.2 +++ b/tiff-apps/receipt	Tue Mar 10 09:46:17 2009 +0000
     2.3 @@ -5,6 +5,7 @@
     2.4  CATEGORY="x-window"
     2.5  SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 +DEPENDS="jpeg zlib tiff"
     2.8  WANTED="tiff"
     2.9  WEB_SITE="http://www.remotesensing.org/libtiff/"
    2.10  
     3.1 --- a/tiff/receipt	Tue Mar 10 09:41:01 2009 +0000
     3.2 +++ b/tiff/receipt	Tue Mar 10 09:46:17 2009 +0000
     3.3 @@ -6,6 +6,7 @@
     3.4  SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)."
     3.5  MAINTAINER="pankso@slitaz.org"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.7 +DEPENDS="jpeg zlib"
     3.8  WEB_SITE="http://www.remotesensing.org/libtiff/"
     3.9  WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL"
    3.10  
    3.11 @@ -14,8 +15,8 @@
    3.12  {
    3.13      cd $src
    3.14      ./configure --prefix=/usr --infodir=/usr/share/info \
    3.15 -    --mandir=/usr/share/man $CONFIGURE_ARGS
    3.16 -    make
    3.17 +    --mandir=/usr/share/man $CONFIGURE_ARGS &&
    3.18 +    make &&
    3.19      make DESTDIR=$PWD/_pkg install
    3.20  }
    3.21