wok-6.x diff audacious/receipt @ rev 12928
libffi: remove broken link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 30 09:21:30 2012 +0200 (2012-05-30) |
parents | d2ef09868bdb |
children | 8159317606c5 |
line diff
1.1 --- a/audacious/receipt Wed Nov 16 05:53:53 2011 +0000 1.2 +++ b/audacious/receipt Wed May 30 09:21:30 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audacious" 1.7 -VERSION="3.1" 1.8 +VERSION="3.2.2" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Music player like xmms" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 BUILD_DEPENDS="gtk+-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev dbus-glib-dev libxml2-dev libsamplerate-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://audacious-media-player.org/" 1.16 -WGET_URL="http://distfiles.atheme.org/$TARBALL" 1.17 +WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" 1.18 TAGS="music audio player mp3 ogg" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -24,8 +24,6 @@ 1.22 --disable-sse2 \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - mkdir -p $DESTDIR/usr/bin 1.26 - cp -a $src/src/audacious/audacious2 $DESTDIR/usr/bin 1.27 make DESTDIR=$DESTDIR install 1.28 } 1.29