From 038053b5fd25fa73165d60a89df71c1c982cfb82 Mon Sep 17 00:00:00 2001 From: lim@chernjie.com Date: Wed, 25 Sep 2013 16:12:18 +0800 Subject: xml2 0.5 Closes #24905. Signed-off-by: Adam Vandenberg --- Library/Formula/xml2.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/xml2.rb (limited to 'Library') diff --git a/Library/Formula/xml2.rb b/Library/Formula/xml2.rb new file mode 100644 index 000000000..215b894cc --- /dev/null +++ b/Library/Formula/xml2.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Xml2 < Formula + homepage 'http://ofb.net/~egnor/xml2/' + url 'http://download.ofb.net/gale/xml2-0.5.tar.gz' + sha1 'e954311383d053747ae0c224b12dfddb8a1c0e74' + + depends_on 'pkg-config' => :build + + def install + system "./configure", "--prefix=#{prefix}" + system "make", "install" + end + + test do + system "echo '' | \"#{bin}/xml2\"" + end +end -- cgit v1.2.3