# HG changeset patch # User Christopher Rogers # Date 1318475387 0 # Node ID 63885b8cea3074aa21b04c2a0aaead4338f55bb7 # Parent 29fd5f734eb76ed937d81267261e71625216e8b7 Up: audacious-plugins to 3.0.3. diff -r 29fd5f734eb7 -r 63885b8cea30 audacious-plugins/receipt --- a/audacious-plugins/receipt Thu Oct 13 03:09:20 2011 +0000 +++ b/audacious-plugins/receipt Thu Oct 13 03:09:47 2011 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="audacious-plugins" -VERSION="2.5.1" +VERSION="3.0.3" CATEGORY="multimedia" SHORT_DESC="Plugins for audacious music player" MAINTAINER="mimas@slitaz.org" SUGGESTED="lame faad2 neon libmms" -TARBALL="$PACKAGE-$VERSION.tgz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://audacious-media-player.org/" WGET_URL="http://distfiles.atheme.org/$TARBALL" @@ -42,7 +42,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/locale/fr $fs/usr/share/locale }