wok rev 3079

Up: wormux (0.8.3) and split music (~15Mb)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 15 19:27:11 2009 +0200 (2009-05-15)
parents 52578b0981fb
children 4052faae304d
files wormux-music/receipt wormux/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wormux-music/receipt	Fri May 15 19:27:11 2009 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wormux-music"
     1.7 +VERSION="0.8.3"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Wormux game music (~15Mb)."
    1.10 +DEPENDS="wormux"
    1.11 +WANTED="wormux"
    1.12 +MAINTAINER="pankso@slitaz.org"
    1.13 +WEB_SITE="http://www.wormux.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/wormux
    1.19 +	cp -a $_pkg/usr/share/wormux/music $fs/usr/share/wormux
    1.20 +}
     2.1 --- a/wormux/receipt	Fri May 15 18:33:32 2009 +0200
     2.2 +++ b/wormux/receipt	Fri May 15 19:27:11 2009 +0200
     2.3 @@ -1,13 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="wormux"
     2.7 -VERSION="0.8.2"
     2.8 +VERSION="0.8.3"
     2.9  CATEGORY="games"
    2.10  SHORT_DESC="Wormux game."
    2.11 -DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer
    2.12 -	libsdl-net libsdl-ttf curl libiconv freetype libxml2"
    2.13 -BUILD_DEPENDS="xorg-dev libsdl-gfx-dev libsdl-image-dev
    2.14 -	libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev"
    2.15 +DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
    2.16 +curl freetype libxml2"
    2.17 +BUILD_DEPENDS="$DEPENDS xorg-dev libsdl-gfx-dev libsdl-image-dev \
    2.18 +libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev"
    2.19 +SUGGESTED="wormux-music"
    2.20  MAINTAINER="pankso@slitaz.org"
    2.21  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.22  WEB_SITE="http://www.wormux.org/"
    2.23 @@ -38,8 +39,10 @@
    2.24  {
    2.25  	mkdir -p $fs/usr/share
    2.26  	cp -a $_pkg/usr/games $fs/usr
    2.27 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    2.28  	cp -a $_pkg/usr/share/wormux $fs/usr/share
    2.29 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    2.30  	# Remove unecessary files
    2.31  	rm -rf $fs/usr/share/wormux/font
    2.32 +	rm -rf $fs/usr/share/wormux/music
    2.33 +	#rm -rf $fs/usr/share/wormux/sound
    2.34  }