# HG changeset patch # User Alexander Medvedev # Date 1282013418 0 # Node ID 36897b07aa3c3e6229f0bf1613f632b0e0d4283a # Parent 9b3a716845ad180a60d91508bb719876294954a3 Add: icecast (2.3.2) diff -r 9b3a716845ad -r 36897b07aa3c icecast/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/icecast/receipt Tue Aug 17 02:50:18 2010 +0000 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="icecast" +VERSION="2.3.2" +CATEGORY="multimedia" +SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming" +DEPENDS="libxslt libxml2 libogg libvorbis libtheora" +BUILD_DEPENDS="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev libogg libvorbis libtheora" +MAINTAINER="devl547@gmail.com" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.icecast.org/" +WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-yp \ + $CONFIGURE_ARGS && + make -j2 && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr/ + cp -a $_pkg/etc $fs/ + cp -a $_pkg/usr/share/icecast $fs/usr/share + strip -s $fs/usr/bin/* +} diff -r 9b3a716845ad -r 36897b07aa3c lighttpd/stuff/etc/init.d/lighttpd --- a/lighttpd/stuff/etc/init.d/lighttpd Mon Aug 16 22:22:10 2010 +0200 +++ b/lighttpd/stuff/etc/init.d/lighttpd Tue Aug 17 02:50:18 2010 +0000 @@ -6,10 +6,10 @@ . /etc/init.d/rc.functions . /etc/daemons.conf -NAME=LightTPD -DESC="web server" -DAEMON=/usr/sbin/lighttpd -OPTIONS=$LIGHTTPD_OPTIONS +NAME=Polipo +DESC="cache proxy" +DAEMON=/usr/bin/polipo +OPTIONS=$POLIPO_OPTIONS PIDFILE=/var/run/lighttpd.pid case "$1" in