CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libtiff: updated to 3.9.4
[attic/ports/opt-cross.git] / libtiff / Pkgfile
index 0700279638077d94a58d1db7792a6f144c167692..b0ac1a9f3e760a13ff4842f360d809075a9b328c 100644 (file)
@@ -5,18 +5,17 @@
 # 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}
 }