aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml++.rb
diff options
context:
space:
mode:
authorSecond Planet2011-02-20 16:45:16 -0500
committerAdam Vandenberg2011-03-11 17:01:42 -0800
commit92e324c3127f69b7e6ef75377fc1456cbf948c4b (patch)
tree43869a10d990f09705292f0b7ece79a7f1ffdbc7 /Library/Formula/libxml++.rb
parenteb304e9d138768a57feae99b414cfd5da6192825 (diff)
downloadhomebrew-92e324c3127f69b7e6ef75377fc1456cbf948c4b.tar.bz2
libxml++ 2.33.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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