Libraries/tiff:

- module for version 4.0.9
This commit is contained in:
2018-01-25 10:07:05 +01:00
parent 9fc34ccbbd
commit d6a0122155
3 changed files with 4 additions and 1 deletions

View File

@@ -1 +1,2 @@
tiff/4.0.3 stable
tiff/4.0.9 stable

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env modbuild
SOURCE_URL="ftp://download.osgeo.org/libtiff/$P-$V.tar.gz"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \

View File

@@ -1,7 +1,7 @@
#%Module1.0
module-whatis "set of C functions that support the manipulation of TIFF image files."
module-url "http://www.remotesensing.org/libtiff/"
module-url "http://www.simplesystems.org/libtiff/"
module-license "BSD-like, see: http://libtiff.org/misc.html"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"