From d8f55b3b410d4c08f6c4eae05e0bc48c3884bb0b Mon Sep 17 00:00:00 2001 From: Dmitry Wolf Date: Sat, 5 May 2012 08:07:36 +0400 Subject: serf 1.1.0 http://code.google.com/p/serf/ is a C-based HTTP client library It multiplexes connections, running the read/write communication asynchronously. Memory copies and transformations are kept to a minimum to provide high performance operation. Signed-off-by: Adam Vandenberg --- Library/Formula/serf.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/serf.rb (limited to 'Library/Formula') diff --git a/Library/Formula/serf.rb b/Library/Formula/serf.rb new file mode 100644 index 000000000..39ce057b6 --- /dev/null +++ b/Library/Formula/serf.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Serf < Formula + homepage 'http://code.google.com/p/serf/' + url 'http://serf.googlecode.com/files/serf-1.1.0.tar.bz2' + sha1 '231af70b7567a753b49df4216743010c193884b7' + + def install + system "./configure", "--disable-debug", + "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3