From: Stefan Schantl Date: Sat, 31 Aug 2013 10:11:32 +0000 (+0200) Subject: libshout: New package. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de9afd0927b6b430d2af74ffe2e4654f8599014d;p=people%2Fstevee%2Fipfire-3.x.git libshout: New package. --- diff --git a/libshout/libshout.nm b/libshout/libshout.nm new file mode 100644 index 000000000..43361f86a --- /dev/null +++ b/libshout/libshout.nm @@ -0,0 +1,43 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +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