aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml++.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libxml++.rb')
-rw-r--r--Library/Formula/libxml++.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/libxml++.rb b/Library/Formula/libxml++.rb
new file mode 100644
index 000000000..6ae4f588b
--- /dev/null
+++ b/Library/Formula/libxml++.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Libxmlxx <Formula
+ url 'http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.33/libxml++-2.33.2.tar.gz'
+ homepage 'http://libxmlplusplus.sourceforge.net'
+ md5 '219f8c8e3bb3af9f9a012fffc82a642a'
+
+ depends_on 'glibmm'
+
+ def install
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
+ system "make install"
+ end
+end \ No newline at end of file