wok diff icecast/receipt @ rev 17854

Up: slitaz-boot-scripts (5.7.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 25 00:32:22 2015 +0200 (2015-03-25)
parents 9f8dc905b93e
children a78610b2eb47
line diff
     1.1 --- a/icecast/receipt	Mon Jun 25 09:03:08 2012 +0000
     1.2 +++ b/icecast/receipt	Wed Mar 25 00:32:22 2015 +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  {