wok rev 11003

Up: audacious to 3.0.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 13 03:09:20 2011 +0000 (2011-10-13)
parents 107cbd2c6157
children 63885b8cea30
files audacious-dev/receipt audacious/receipt
line diff
     1.1 --- a/audacious-dev/receipt	Thu Oct 13 03:00:49 2011 +0000
     1.2 +++ b/audacious-dev/receipt	Thu Oct 13 03:09:20 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audacious-dev"
     1.7 -VERSION="2.5.1"
     1.8 +VERSION="3.0.3"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Music player like xmms"
    1.11  WEB_SITE="http://audacious-media-player.org/"
    1.12 @@ -12,6 +12,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20  }
     2.1 --- a/audacious/receipt	Thu Oct 13 03:00:49 2011 +0000
     2.2 +++ b/audacious/receipt	Thu Oct 13 03:09:20 2011 +0000
     2.3 @@ -1,13 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="audacious"
     2.7 -VERSION="2.5.1"
     2.8 +VERSION="3.0.3"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="Music player like xmms"
    2.11  MAINTAINER="mimas@slitaz.org"
    2.12  DEPENDS="gtk+ libmowgli libmcs dbus-glib xorg-libXdamage libxml2 libsamplerate"
    2.13  BUILD_DEPENDS="gtk+-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev dbus-glib-dev libxml2-dev libsamplerate-dev"
    2.14 -TARBALL="$PACKAGE-$VERSION.tgz"
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16  WEB_SITE="http://audacious-media-player.org/"
    2.17  WGET_URL="http://distfiles.atheme.org/$TARBALL"
    2.18  TAGS="music audio player mp3 ogg"
    2.19 @@ -33,10 +33,10 @@
    2.20  genpkg_rules()
    2.21  {
    2.22  	mkdir -p $fs/usr/share $fs/usr/lib $fs/usr/bin
    2.23 -	cp -a $_pkg/usr/bin $fs/usr
    2.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
    2.25 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    2.26 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    2.27 +	cp -a $install/usr/bin $fs/usr
    2.28 +	cp -a $install/usr/lib/*.so* $fs/usr/lib/
    2.29 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    2.30 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    2.31  	tar -xzf $stuff/Skins.tar.gz -C $fs/usr/share/$PACKAGE
    2.32  }
    2.33