xmlrpc-c 1.16.39

This commit is contained in:
Adam Vandenberg 2012-02-09 19:21:36 -08:00
parent ce9ac5e1c3
commit f95ede74a4

View file

@ -1,15 +1,15 @@
require 'formula'
class XmlrpcC < Formula
url 'http://downloads.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.16.38.tgz'
md5 'fabb49e5f1efeffa1bedd15a9131699a'
homepage 'http://xmlrpc-c.sourceforge.net/'
url 'http://downloads.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-c-1.16.39.tgz'
md5 'e88c9ee202890d726405b3bdfb00cfaf'
def install
ENV.deparallelize
# choosing --enable-libxml2-backend to lose some weight and not statically
# link in expat
#NOTE seemingly it isn't possible to build dylibs with this thing
# NOTE seemingly it isn't possible to build dylibs with this thing
system "./configure", "--disable-debug", "--enable-libxml2-backend", "--prefix=#{prefix}"
system "make install"
end