wok-6.x diff icecast/receipt @ rev 17295
libfm: add support of empty files (empty files not a text and not a binary, its... empty)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 30 01:21:22 2014 +0200 (2014-10-30) |
parents | 9f8dc905b93e |
children | a78610b2eb47 |
line diff
1.1 --- a/icecast/receipt Mon Jun 25 09:03:08 2012 +0000 1.2 +++ b/icecast/receipt Thu Oct 30 01:21:22 2014 +0200 1.3 @@ -4,13 +4,15 @@ 1.4 VERSION="2.3.3" 1.5 CATEGORY="multimedia" 1.6 SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming" 1.7 -DEPENDS="libxslt libxml2 libogg libvorbis libtheora" 1.8 -BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev libogg libvorbis libtheora" 1.9 MAINTAINER="devl547@gmail.com" 1.10 +LICENSE="GPL2" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.icecast.org/" 1.13 WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL" 1.14 1.15 +DEPENDS="libxslt libxml2 libogg libvorbis libtheora" 1.16 +BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev libogg libvorbis libtheora" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {