libxml++ 2.33.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e491016af3
commit
e72df6f61d
1 changed files with 15 additions and 0 deletions
15
Formula/libxml++.rb
Normal file
15
Formula/libxml++.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue