wok-current rev 10105
Up: audacious and audacious-plugins to 2.5.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 15:17:22 2011 +0000 (2011-05-20) |
parents | 2f2ae382c2e0 |
children | f5102480f2bc |
files | audacious-dev/receipt audacious-plugins/receipt audacious/receipt |
line diff
1.1 --- a/audacious-dev/receipt Fri May 20 15:13:25 2011 +0000 1.2 +++ b/audacious-dev/receipt Fri May 20 15:17:22 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audacious-dev" 1.7 -VERSION="2.4.4" 1.8 +VERSION="2.5.1" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Music player like xmms" 1.11 WEB_SITE="http://audacious-media-player.org/"
2.1 --- a/audacious-plugins/receipt Fri May 20 15:13:25 2011 +0000 2.2 +++ b/audacious-plugins/receipt Fri May 20 15:17:22 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="audacious-plugins" 2.7 -VERSION="2.4.4" 2.8 +VERSION="2.5.1" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Plugins for audacious music player" 2.11 MAINTAINER="mimas@slitaz.org"
3.1 --- a/audacious/receipt Fri May 20 15:13:25 2011 +0000 3.2 +++ b/audacious/receipt Fri May 20 15:17:22 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="audacious" 3.7 -VERSION="2.4.4" 3.8 +VERSION="2.5.1" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Music player like xmms" 3.11 MAINTAINER="mimas@slitaz.org" 3.12 @@ -24,9 +24,9 @@ 3.13 --disable-sse2 \ 3.14 $CONFIGURE_ARGS && 3.15 make && 3.16 - mkdir -p $PWD/_pkg/usr/bin 3.17 - cp -a $src/src/audacious/audacious2 $PWD/_pkg/usr/bin 3.18 - make DESTDIR=$PWD/_pkg install 3.19 + mkdir -p $DESTDIR/usr/bin 3.20 + cp -a $src/src/audacious/audacious2 $DESTDIR/usr/bin 3.21 + make DESTDIR=$DESTDIR install 3.22 } 3.23 3.24 # Rules to gen a SliTaz package suitable for Tazpkg.