diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/tiff | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/tiff')
-rwxr-xr-x | extra/tiff/build | 9 | ||||
-rw-r--r-- | extra/tiff/checksums | 1 | ||||
-rw-r--r-- | extra/tiff/depends | 3 | ||||
-rw-r--r-- | extra/tiff/sources | 1 | ||||
-rw-r--r-- | extra/tiff/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/extra/tiff/build b/extra/tiff/build new file mode 100755 index 00000000..eb4850d7 --- /dev/null +++ b/extra/tiff/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./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..a08eb7db --- /dev/null +++ b/extra/tiff/checksums @@ -0,0 +1 @@ +5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634 tiff-4.1.0.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..c031708b --- /dev/null +++ b/extra/tiff/sources @@ -0,0 +1 @@ +https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz diff --git a/extra/tiff/version b/extra/tiff/version new file mode 100644 index 00000000..1bc2766f --- /dev/null +++ b/extra/tiff/version @@ -0,0 +1 @@ +4.1.0 1 |