{ "name": "Libslax", "description": "Implementation of the SLAX language (an XSLT alternative)", "url": "https://github.com/Juniper/libslax/releases/download/0.22.0/libslax-0.22.0.tar.gz", "mirror": null, "homepage": "http://www.libslax.org/", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true }, { "depend": "libtool", "build-depend": true }, { "depend": "openssl", "build-depend": false } ], "resource": [], "conflicts": [ { "conflict": "genometools", "reason": "both install `bin/gt`" } ], "patches": [], "install": [ "ENV.append \"LDFLAGS\", \"-L#{Formula[\"openssl\"].opt_lib}\"", "if MacOS.version == :sierra || MacOS.version == :el_capitan", "ENV[\"SDKROOT\"] = MacOS.sdk_path", "end", "system \"sh\", \"./bin/setup.sh\" if build.head?", "system \"./configure\", \"--disable-dependency-tracking\",", "\"--prefix=#{prefix}\",", "\"--enable-libedit\"", "system \"make\", \"install\"" ], "version": "0.22.0", "file": "libslax.rb" }