From 2ac7753c19d2b55f49c17a8ed1ddc77fa0cbbd4f Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sat, 14 Aug 2010 13:32:43 +0200 Subject: New Formula: loudmouth An asynchronous XMPP library A lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. Signed-off-by: Adam Vandenberg --- Library/Formula/loudmouth.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/loudmouth.rb (limited to 'Library') diff --git a/Library/Formula/loudmouth.rb b/Library/Formula/loudmouth.rb new file mode 100644 index 000000000..229e281c7 --- /dev/null +++ b/Library/Formula/loudmouth.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Loudmouth :optional + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3