wok rev 2044

audacious*: fix maintainer (for stats) + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 17 12:03:41 2009 +0100 (2009-01-17)
parents 45b751869a6d
children 0b0529cac68c
files audacious-dev/receipt audacious-plugins/receipt audacious/receipt
line diff
     1.1 --- a/audacious-dev/receipt	Fri Jan 16 19:29:31 2009 +0100
     1.2 +++ b/audacious-dev/receipt	Sat Jan 17 12:03:41 2009 +0100
     1.3 @@ -4,10 +4,9 @@
     1.4  VERSION="1.5.1"
     1.5  CATEGORY="multimedia"
     1.6  SHORT_DESC="Music player like xmms"
     1.7 -MAINTAINER="mimasgpc@free.fr"
     1.8 +MAINTAINER="mimas@slitaz.org"
     1.9  WANTED="audacious"
    1.10  
    1.11 -
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
     2.1 --- a/audacious-plugins/receipt	Fri Jan 16 19:29:31 2009 +0100
     2.2 +++ b/audacious-plugins/receipt	Sat Jan 17 12:03:41 2009 +0100
     2.3 @@ -4,7 +4,7 @@
     2.4  VERSION="1.5.1"
     2.5  CATEGORY="multimedia"
     2.6  SHORT_DESC="Plugins for audacious music player"
     2.7 -MAINTAINER="mimas@litaz.org"
     2.8 +MAINTAINER="mimas@slitaz.org"
     2.9  DEPENDS="audacious neon libogg libvorbis alsa-lib lame flac"
    2.10  BUILD_DEPENDS="audacious-dev neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev"
    2.11  TARBALL="$PACKAGE-$VERSION.tbz2"
     3.1 --- a/audacious/receipt	Fri Jan 16 19:29:31 2009 +0100
     3.2 +++ b/audacious/receipt	Sat Jan 17 12:03:41 2009 +0100
     3.3 @@ -28,15 +28,9 @@
     3.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.5  genpkg_rules()
     3.6  {
     3.7 -	mkdir -p $fs/usr/share/locale
     3.8 -	mkdir -p $fs/usr/lib
     3.9 +	mkdir -p $fs/usr/share $fs/usr/lib
    3.10  	cp -a $_pkg/usr/bin $fs/usr
    3.11  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
    3.12 -	rm -rf $fs/usr/pkgconfig
    3.13 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    3.14  	cp -a $_pkg/usr/share/audacious $fs/usr/share
    3.15 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share/
    3.16 -	strip -s $fs/usr/bin/*
    3.17 -	strip -s $fs/usr/lib/*
    3.18  }
    3.19