wok-6.x diff wormux/receipt @ rev 7340
Add which.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Nov 20 02:04:53 2010 +0000 (2010-11-20) |
parents | 4897058add72 |
children |
line diff
1.1 --- a/wormux/receipt Sun Feb 28 17:49:32 2010 +0100 1.2 +++ b/wormux/receipt Sat Nov 20 02:04:53 2010 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wormux" 1.7 -VERSION="0.8.5" 1.8 +VERSION="0.9.2.1" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Wormux game." 1.11 DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \ 1.12 -curl freetype libxml2 gcc-lib-base" 1.13 +curl freetype libxml2 libxml++ gcc-lib-base gettext" 1.14 BUILD_DEPENDS="$DEPENDS xorg-dev libsdl-gfx-dev libsdl-image-dev \ 1.15 -libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" 1.16 +libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev curl-dev pkg-config libxml2-dev libxml++-dev" 1.17 SUGGESTED="wormux-music" 1.18 MAINTAINER="pankso@slitaz.org" 1.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 @@ -18,8 +18,8 @@ 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 - sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\ 1.25 - Makefile 1.26 + #sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\ 1.27 + # Makefile 1.28 sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\ 1.29 data/Makefile.in 1.30 sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp