# HG changeset patch # User Christophe Lincoln # Date 1242408431 -7200 # Node ID dd1933864dccfd51b311910250da56468ab010fe # Parent 52578b0981fb6fa7c85d640b1636c2d65d69569f Up: wormux (0.8.3) and split music (~15Mb) diff -r 52578b0981fb -r dd1933864dcc wormux-music/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wormux-music/receipt Fri May 15 19:27:11 2009 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="wormux-music" +VERSION="0.8.3" +CATEGORY="games" +SHORT_DESC="Wormux game music (~15Mb)." +DEPENDS="wormux" +WANTED="wormux" +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.wormux.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/wormux + cp -a $_pkg/usr/share/wormux/music $fs/usr/share/wormux +} diff -r 52578b0981fb -r dd1933864dcc wormux/receipt --- a/wormux/receipt Fri May 15 18:33:32 2009 +0200 +++ b/wormux/receipt Fri May 15 19:27:11 2009 +0200 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="wormux" -VERSION="0.8.2" +VERSION="0.8.3" CATEGORY="games" SHORT_DESC="Wormux game." -DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer - libsdl-net libsdl-ttf curl libiconv freetype libxml2" -BUILD_DEPENDS="xorg-dev libsdl-gfx-dev libsdl-image-dev - libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" +DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \ +curl freetype libxml2" +BUILD_DEPENDS="$DEPENDS xorg-dev libsdl-gfx-dev libsdl-image-dev \ +libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" +SUGGESTED="wormux-music" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wormux.org/" @@ -38,8 +39,10 @@ { mkdir -p $fs/usr/share cp -a $_pkg/usr/games $fs/usr + cp -a $_pkg/usr/share/pixmaps $fs/usr/share cp -a $_pkg/usr/share/wormux $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share # Remove unecessary files rm -rf $fs/usr/share/wormux/font + rm -rf $fs/usr/share/wormux/music + #rm -rf $fs/usr/share/wormux/sound }