X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libtiff%2FPkgfile;h=b0ac1a9f3e760a13ff4842f360d809075a9b328c;hb=d588020a5b5d3e128e200ffc0517911f7ee4c6c4;hp=6225405dadcba4dba47b951ad73e39a828aceb2a;hpb=6b985c9be0fa17c97f794221a60706e8786c3140;p=attic%2Fports%2Fopt-cross.git diff --git a/libtiff/Pkgfile b/libtiff/Pkgfile index 6225405..b0ac1a9 100644 --- a/libtiff/Pkgfile +++ b/libtiff/Pkgfile @@ -1,22 +1,21 @@ # Description: Library for manipulation of TIFF (Tag Image File Format) images # URL: http://www.remotesensing.org/libtiff/ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: libjpeg zlib name=libtiff -version=3.8.2 -release=2 -source=(ftp://ftp.remotesensing.org/libtiff/tiff-$version.tar.gz \ - $name-$version.patch) +version=3.9.4 +release=1 +source=(ftp://ftp.remotesensing.org/libtiff/tiff-$version.tar.gz) build() { - cd tiff-$version - patch -p1 -i $SRC/$name-$version.patch - ./configure --build=$CHOST \ - --host=$CTARGET \ - --prefix=/usr - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/{bin,share,man/man1} + cd tiff-$version + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/{bin,share,man/man1} }