{ "name": "Libgeotiff", "description": "Library and tools for dealing with GeoTIFF", "url": "https://github.com/OSGeo/libgeotiff/releases/download/1.4.3/libgeotiff-1.4.3.tar.gz", "mirror": null, "homepage": "https://geotiff.osgeo.org/", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true }, { "depend": "libtool", "build-depend": true }, { "depend": "jpeg", "build-depend": false }, { "depend": "libtiff", "build-depend": false }, { "depend": "proj", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [ { "url": "https://github.com/OSGeo/libgeotiff/commit/7425a7fc.diff?full_index=1", "strip": "2" } ], "install": [ "system \"./autogen.sh\" if build.head?", "system \"./configure\", \"--disable-dependency-tracking\",", "\"--prefix=#{prefix}\",", "\"--with-jpeg\"", "system \"make\" ", "system \"make\", \"install\"" ], "version": "1.4.3", "file": "libgeotiff.rb" }