wok diff warzone2100/receipt @ rev 13081

gpgme-dev: Update deps.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:58:46 2012 +0000 (2012-06-25)
parents 7105413c66f2
children 6b09507225ec
line diff
     1.1 --- a/warzone2100/receipt	Mon Jan 31 20:21:47 2011 +0000
     1.2 +++ b/warzone2100/receipt	Mon Jun 25 08:58:46 2012 +0000
     1.3 @@ -1,27 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="warzone2100"
     1.7 -VERSION="2.3.7"
     1.8 +VERSION="2.3.9"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="3D realtime strategy game on a future Earth"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 -DEPENDS="libsdl-net mesa openal jpeg libpng libvorbis libtheora libmad physfs quesoglc popt ttf-dejavu ttf-dejavu-extra"
    1.13 -BUILD_DEPENDS="libsdl-dev libsdl-net-dev mesa-dev openal openal-dev jpeg-dev libpng-dev libogg-dev libvorbis-dev libtheora-dev libmad-dev physfs-dev quesoglc-dev popt-dev gawk bison flex zip unzip pkg-config zlib-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://wz2100.net/"
    1.16  WGET_URL="$SF_MIRROR/warzone2100/releases/$VERSION/$TARBALL"
    1.17  
    1.18 +DEPENDS="libsdl-net mesa openal jpeg libpng libvorbis libtheora libmad physfs quesoglc popt ttf-dejavu ttf-dejavu-extra"
    1.19 +BUILD_DEPENDS="libsdl-dev libsdl-net-dev mesa-dev openal openal-dev jpeg-dev libpng-dev libogg-dev libvorbis-dev libtheora-dev libmad-dev physfs-dev quesoglc-dev popt-dev gawk bison flex zip unzip pkg-config zlib-dev"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24  	cd $src
    1.25  	./configure \
    1.26 -		--prefix=/usr \
    1.27 -		--infodir=/usr/share/info \
    1.28 -		--mandir=/usr/share/man \
    1.29  		--disable-motif \
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make && make DESTDIR=$PWD/_pkg install
    1.32 +	make && make DESTDIR=$DESTDIR install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.