diff options
Diffstat (limited to 'homebrew/xmltoolingc/.beer')
-rw-r--r-- | homebrew/xmltoolingc/.beer | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/homebrew/xmltoolingc/.beer b/homebrew/xmltoolingc/.beer new file mode 100644 index 000000000..446c579b0 --- /dev/null +++ b/homebrew/xmltoolingc/.beer @@ -0,0 +1,62 @@ +{ + "name": "XmlToolingC", + "description": "Provides a higher level interface to XML processing", + "url": "https://shibboleth.net/downloads/c++-opensaml/3.0.0/xmltooling-3.0.2.tar.bz2", + "mirror": null, + "homepage": "https://wiki.shibboleth.net/confluence/display/OpenSAML/XMLTooling-C", + "depends": [ + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "boost", + "build-depend": false + }, + { + "depend": "log4shib", + "build-depend": false + }, + { + "depend": "openssl", + "build-depend": false + }, + { + "depend": "xerces-c", + "build-depend": false + }, + { + "depend": "xml-security-c", + "build-depend": false + } + ], + "resource": [ + { + "name": "curl", + "url": "https://curl.haxx.se/download/curl-7.62.0.tar.bz2" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "ENV.O2 ", + "ENV.cxx11", + "ENV.prepend_path \"PKG_CONFIG_PATH\", \"#{Formula[\"openssl\"].opt_lib}/pkgconfig\"", + "resource(\"curl\").stage do", + "system \"./configure\", \"--disable-debug\",", + "\"--disable-dependency-tracking\",", + "\"--disable-silent-rules\",", + "\"--prefix=#{libexec}/curl\",", + "\"--with-ssl=#{Formula[\"openssl\"].opt_prefix}\",", + "\"--with-ca-bundle=#{etc}/openssl/cert.pem\",", + "\"--with-ca-path=#{etc}/openssl/certs\",", + "\"--without-libssh2\",", + "\"--without-libmetalink\",", + "\"--without-gssapi\",", + "\"--without-librtmp\",", + "\"--disable-ares\"", + "system \"make\", \"install\"" + ], + "version": "3.0.2", + "file": "xml-tooling-c.rb" +}
\ No newline at end of file |