diff options
Diffstat (limited to 'homebrew/loudmouth/.beer')
-rw-r--r-- | homebrew/loudmouth/.beer | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/homebrew/loudmouth/.beer b/homebrew/loudmouth/.beer new file mode 100644 index 000000000..cd8e6ba2a --- /dev/null +++ b/homebrew/loudmouth/.beer @@ -0,0 +1,55 @@ +{ + "name": "Loudmouth", + "description": "Lightweight C library for the Jabber protocol", + "url": "https://mcabber.com/files/loudmouth/loudmouth-1.5.3.tar.bz2", + "mirror": null, + "homepage": "https://mcabber.com", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + }, + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "gettext", + "build-depend": false + }, + { + "depend": "glib", + "build-depend": false + }, + { + "depend": "gnutls", + "build-depend": false + }, + { + "depend": "libidn", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"./autogen.sh\", \"-n\" if build.head?", + "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",", + "\"--prefix=#{prefix}\", \"--with-ssl=gnutls\"", + "system \"make\"", + "system \"make\", \"check\"", + "system \"make\", \"install\"", + "(pkgshare/\"examples\").install Dir[\"examples/*.c\"]" + ], + "version": "1.5.3", + "file": "loudmouth.rb" +}
\ No newline at end of file |