From e446bda18f935674b6fc1b99c08e5220606a0136 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Thu, 18 Jul 2019 15:09:13 +0700 Subject: [PATCH] tiff: move to extra --- extra/tiff/build | 11 +++++++++++ extra/tiff/checksums | 1 + extra/tiff/depends | 3 +++ extra/tiff/sources | 1 + extra/tiff/version | 1 + 5 files changed, 17 insertions(+) create mode 100755 extra/tiff/build create mode 100644 extra/tiff/checksums create mode 100644 extra/tiff/depends create mode 100644 extra/tiff/sources create mode 100644 extra/tiff/version diff --git a/extra/tiff/build b/extra/tiff/build new file mode 100755 index 00000000..a28152f0 --- /dev/null +++ b/extra/tiff/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +autoreconf -fi + +./configure \ + --prefix=/usr \ + --enable-cxx \ + --without-x + +make +make DESTDIR="$1" install diff --git a/extra/tiff/checksums b/extra/tiff/checksums new file mode 100644 index 00000000..e1483797 --- /dev/null +++ b/extra/tiff/checksums @@ -0,0 +1 @@ +2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4 tiff-4.0.10.tar.gz diff --git a/extra/tiff/depends b/extra/tiff/depends new file mode 100644 index 00000000..59e71142 --- /dev/null +++ b/extra/tiff/depends @@ -0,0 +1,3 @@ +libjpeg-turbo +xz +zlib diff --git a/extra/tiff/sources b/extra/tiff/sources new file mode 100644 index 00000000..03d58d51 --- /dev/null +++ b/extra/tiff/sources @@ -0,0 +1 @@ +https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz diff --git a/extra/tiff/version b/extra/tiff/version new file mode 100644 index 00000000..e4053ab7 --- /dev/null +++ b/extra/tiff/version @@ -0,0 +1 @@ +4.0.10 1