# HG changeset patch # User Christopher Rogers # Date 1340614988 0 # Node ID 9f8dc905b93eefc4a76d78d01c901611270e0e0a # Parent e51d5e93d5708e0d6aefdd32a550086088f8947f Up: icecast to 2.3.3. diff -r e51d5e93d570 -r 9f8dc905b93e icecast/receipt --- a/icecast/receipt Mon Jun 25 09:02:04 2012 +0000 +++ b/icecast/receipt Mon Jun 25 09:03:08 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="icecast" -VERSION="2.3.2" +VERSION="2.3.3" CATEGORY="multimedia" SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming" DEPENDS="libxslt libxml2 libogg libvorbis libtheora" @@ -21,14 +21,14 @@ --disable-yp \ $CONFIGURE_ARGS && make -j2 && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR 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 + cp -a $install/usr/bin $fs/usr/ + cp -a $install/etc $fs/ + cp -a $install/usr/share/icecast $fs/usr/share }