]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
libshout: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 31 Aug 2013 10:11:32 +0000 (12:11 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 31 Aug 2013 10:11:32 +0000 (12:11 +0200)
libshout/libshout.nm [new file with mode: 0644]

diff --git a/libshout/libshout.nm b/libshout/libshout.nm
new file mode 100644 (file)
index 0000000..43361f8
--- /dev/null
@@ -0,0 +1,43 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libshout
+version    = 2.3.1
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.icecast.org
+license    = LGPLv2
+summary    = A library for communicating and sendig data to an icecast server.
+
+description
+       Libshout is a library for communicating with and sending data to an
+       icecast server.  It handles the socket connection, the timing of the
+       data, and prevents bad data from getting to the icecast server.
+end
+
+source_dl  = http://downloads.xiph.org/releases/%{name}
+
+build
+       requires
+               libogg-devel
+               libvorbis-devel
+       end
+
+       configure_options += \
+               --disable-static
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end