# HG changeset patch # User Christopher Rogers # Date 1284513174 0 # Node ID 762bd8aee887084fd724fa17aa154db1ffd755cc # Parent 87e0b29a607158b10b51c74bc87b8586dd6b4f2f Up: wormux to 0.9.2.1. diff -r 87e0b29a6071 -r 762bd8aee887 wormux-music/receipt --- a/wormux-music/receipt Wed Sep 15 00:53:37 2010 +0000 +++ b/wormux-music/receipt Wed Sep 15 01:12:54 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wormux-music" -VERSION="0.8.5" +VERSION="0.9.2.1" CATEGORY="games" SHORT_DESC="Wormux game music (~15Mb)." DEPENDS="wormux" diff -r 87e0b29a6071 -r 762bd8aee887 wormux/receipt --- a/wormux/receipt Wed Sep 15 00:53:37 2010 +0000 +++ b/wormux/receipt Wed Sep 15 01:12:54 2010 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="wormux" -VERSION="0.8.5" +VERSION="0.9.2.1" CATEGORY="games" SHORT_DESC="Wormux game." DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \ -curl freetype libxml2 gcc-lib-base" +curl freetype libxml2 libxml++ gcc-lib-base gettext" BUILD_DEPENDS="$DEPENDS xorg-dev libsdl-gfx-dev libsdl-image-dev \ -libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" +libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev curl-dev pkg-config libxml2-dev libxml++-dev" SUGGESTED="wormux-music" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -18,8 +18,8 @@ compile_rules() { cd $src - sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\ - Makefile + #sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\ + # Makefile sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\ data/Makefile.in sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp