summaryrefslogtreecommitdiff
path: root/data/_libtiff/.beer
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-25 19:43:37 +0000
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-06-27 01:32:51 +0000
commit96808a8a3edd24009f10e3dad005eed7a0a6e551 (patch)
treec38ec19e0e8ab66e5b69a79df6a36ca076236f48 /data/_libtiff/.beer
parent15226ad5bfb182b5e10dd12b6e4ebcf0164aa5df (diff)
Added libtiff
Diffstat (limited to 'data/_libtiff/.beer')
-rw-r--r--data/_libtiff/.beer35
1 files changed, 35 insertions, 0 deletions
diff --git a/data/_libtiff/.beer b/data/_libtiff/.beer
new file mode 100644
index 000000000..2f85bea9d
--- /dev/null
+++ b/data/_libtiff/.beer
@@ -0,0 +1,35 @@
+{
+ "name": "Libtiff",
+ "description": "TIFF library and utilities",
+ "url": "https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz",
+ "mirror": "https://fossies.org/linux/misc/tiff-4.0.10.tar.gz",
+ "homepage": "http://libtiff.maptools.org/",
+ "depends": [
+ {
+ "depend": "jpeg",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/d15e00544e7df009b5ad34f3b65351fc249092c0/libtiff/libtiff-CVE-2019-6128.patch",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--disable-dependency-tracking",
+ "--disable-lzma",
+ "--with-jpeg-include-dir=#{Formula[\"jpeg\"].opt_include}",
+ "--with-jpeg-lib-dir=#{Formula[\"jpeg\"].opt_lib}",
+ "--without-x",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\""
+ ],
+ "version": "4.0.10",
+ "file": "libtiff.rb"
+} \ No newline at end of file