summaryrefslogtreecommitdiff
path: root/homebrew/libshout/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libshout/.beer')
-rw-r--r--homebrew/libshout/.beer38
1 files changed, 38 insertions, 0 deletions
diff --git a/homebrew/libshout/.beer b/homebrew/libshout/.beer
new file mode 100644
index 000000000..505c98c2b
--- /dev/null
+++ b/homebrew/libshout/.beer
@@ -0,0 +1,38 @@
+{
+ "name": "Libshout",
+ "description": "Data and connectivity library for the icecast server",
+ "url": "https://downloads.xiph.org/releases/libshout/libshout-2.4.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://icecast.org/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libogg",
+ "build-depend": false
+ },
+ {
+ "depend": "libvorbis",
+ "build-depend": false
+ },
+ {
+ "depend": "speex",
+ "build-depend": false
+ },
+ {
+ "depend": "theora",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.4.1",
+ "file": "libshout.rb"
+} \ No newline at end of file