wok diff tiff/receipt @ rev 2838

slim: Avoid dep on slitaz-configs/GTK and add slim-theme-default
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 30 20:44:27 2009 +0200 (2009-04-30)
parents 8e5c96401d01
children 4897058add72
line diff
     1.1 --- a/tiff/receipt	Tue Dec 18 13:48:52 2007 +0100
     1.2 +++ b/tiff/receipt	Thu Apr 30 20:44:27 2009 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 +DEPENDS="jpeg zlib"
     1.8  WEB_SITE="http://www.remotesensing.org/libtiff/"
     1.9  WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL"
    1.10  
    1.11 @@ -14,8 +15,8 @@
    1.12  {
    1.13      cd $src
    1.14      ./configure --prefix=/usr --infodir=/usr/share/info \
    1.15 -    --mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -    make
    1.17 +    --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +    make &&
    1.19      make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21