tiff: move to extra

This commit is contained in:
Muhammad Herdiansyah 2019-07-18 15:09:13 +07:00
parent aba581b315
commit e446bda18f
5 changed files with 17 additions and 0 deletions

11
extra/tiff/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
autoreconf -fi
./configure \
--prefix=/usr \
--enable-cxx \
--without-x
make
make DESTDIR="$1" install

1
extra/tiff/checksums Normal file
View File

@ -0,0 +1 @@
2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4 tiff-4.0.10.tar.gz

3
extra/tiff/depends Normal file
View File

@ -0,0 +1,3 @@
libjpeg-turbo
xz
zlib

1
extra/tiff/sources Normal file
View File

@ -0,0 +1 @@
https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz

1
extra/tiff/version Normal file
View File

@ -0,0 +1 @@
4.0.10 1