wok-6.x rev 11004
Up: audacious-plugins to 3.0.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 13 03:09:47 2011 +0000 (2011-10-13) |
parents | 29fd5f734eb7 |
children | bfd307d23ad0 |
files | audacious-plugins/receipt |
line diff
1.1 --- a/audacious-plugins/receipt Thu Oct 13 03:09:20 2011 +0000 1.2 +++ b/audacious-plugins/receipt Thu Oct 13 03:09:47 2011 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audacious-plugins" 1.7 -VERSION="2.5.1" 1.8 +VERSION="3.0.3" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Plugins for audacious music player" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 SUGGESTED="lame faad2 neon libmms" 1.13 -TARBALL="$PACKAGE-$VERSION.tgz" 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 1.18 @@ -42,7 +42,7 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/share/locale 1.22 - cp -a $_pkg/usr/lib $fs/usr 1.23 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.24 + cp -a $install/usr/lib $fs/usr 1.25 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.26 } 1.27