From 78cbc28cb7e8a0212b574433b0c3e0b3d47432b7 Mon Sep 17 00:00:00 2001 From: david.hkc Date: Mon, 27 May 2013 16:31:39 -0700 Subject: xml-security-c 1.7.2 Signed-off-by: Adam Vandenberg --- Library/Formula/xml-security-c.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/xml-security-c.rb (limited to 'Library/Formula/xml-security-c.rb') diff --git a/Library/Formula/xml-security-c.rb b/Library/Formula/xml-security-c.rb new file mode 100644 index 000000000..64d9600eb --- /dev/null +++ b/Library/Formula/xml-security-c.rb @@ -0,0 +1,15 @@ +require 'formula' + +class XmlSecurityC < Formula + homepage 'http://santuario.apache.org/' + url 'http://www.apache.org/dyn/closer.cgi?path=/santuario/c-library/xml-security-c-1.7.2.tar.gz' + sha1 'fee59d5347ff0666802c8e5aa729e0304ee492bc' + + depends_on 'pkg-config' => :build + depends_on 'xerces-c' + + def install + system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "make install" + end +end -- cgit v1.2.3