diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gloox.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/gloox.rb b/Library/Formula/gloox.rb new file mode 100644 index 000000000..b5364d60c --- /dev/null +++ b/Library/Formula/gloox.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Gloox <Formula + @url='http://camaya.net/download/gloox-1.0-beta7.tar.bz2' + @homepage='http://camaya.net/glooxdownload' + @md5='482bf5ed8e4c14f2788efdd9c39e9acf' + + def install + system "./configure --without-openssl --with-gnutls --with-zlib --disable-debug --prefix='#{prefix}'" + system "make install" + end +end
\ No newline at end of file |
