wok diff icecast/receipt @ rev 13226
Move from undigest: airstrike
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 14 13:38:50 2012 +0200 (2012-08-14) |
parents | 02bbaa9d12ba |
children | 380ffe05937a |
line diff
1.1 --- a/icecast/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/icecast/receipt Tue Aug 14 13:38:50 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="icecast" 1.7 -VERSION="2.3.2" 1.8 +VERSION="2.3.3" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming" 1.11 DEPENDS="libxslt libxml2 libogg libvorbis libtheora" 1.12 @@ -21,14 +21,14 @@ 1.13 --disable-yp \ 1.14 $CONFIGURE_ARGS && 1.15 make -j2 && 1.16 - make DESTDIR=$PWD/_pkg install 1.17 + make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/share 1.24 - cp -a $_pkg/usr/bin $fs/usr/ 1.25 - cp -a $_pkg/etc $fs/ 1.26 - cp -a $_pkg/usr/share/icecast $fs/usr/share 1.27 + cp -a $install/usr/bin $fs/usr/ 1.28 + cp -a $install/etc $fs/ 1.29 + cp -a $install/usr/share/icecast $fs/usr/share 1.30 }