wok rev 6272

Up: wormux to 0.9.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Sep 15 01:12:54 2010 +0000 (2010-09-15)
parents 87e0b29a6071
children fb4f0d051fc1
files wormux-music/receipt wormux/receipt
line diff
     1.1 --- a/wormux-music/receipt	Wed Sep 15 00:53:37 2010 +0000
     1.2 +++ b/wormux-music/receipt	Wed Sep 15 01:12:54 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wormux-music"
     1.7 -VERSION="0.8.5"
     1.8 +VERSION="0.9.2.1"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Wormux game music (~15Mb)."
    1.11  DEPENDS="wormux"
     2.1 --- a/wormux/receipt	Wed Sep 15 00:53:37 2010 +0000
     2.2 +++ b/wormux/receipt	Wed Sep 15 01:12:54 2010 +0000
     2.3 @@ -1,13 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="wormux"
     2.7 -VERSION="0.8.5"
     2.8 +VERSION="0.9.2.1"
     2.9  CATEGORY="games"
    2.10  SHORT_DESC="Wormux game."
    2.11  DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
    2.12 -curl freetype libxml2 gcc-lib-base"
    2.13 +curl freetype libxml2 libxml++ gcc-lib-base gettext"
    2.14  BUILD_DEPENDS="$DEPENDS xorg-dev libsdl-gfx-dev libsdl-image-dev \
    2.15 -libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev"
    2.16 +libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev curl-dev pkg-config libxml2-dev libxml++-dev"
    2.17  SUGGESTED="wormux-music"
    2.18  MAINTAINER="pankso@slitaz.org"
    2.19  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.20 @@ -18,8 +18,8 @@
    2.21  compile_rules()
    2.22  {
    2.23  	cd $src
    2.24 -	sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\
    2.25 -		Makefile
    2.26 +	#sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\
    2.27 +	#	Makefile
    2.28  	sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\
    2.29  		 data/Makefile.in
    2.30  	sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp