wok diff tuxmath/receipt @ rev 11923

squidclamav: move cgi scripts to /var/www/cgi-bin
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Mar 01 01:10:26 2012 +0100 (2012-03-01)
parents 940b5937e496
children 7a95f4a78b93
line diff
     1.1 --- a/tuxmath/receipt	Wed Mar 02 11:06:20 2011 +0100
     1.2 +++ b/tuxmath/receipt	Thu Mar 01 01:10:26 2012 +0100
     1.3 @@ -2,16 +2,17 @@
     1.4  
     1.5  PACKAGE="tuxmath"
     1.6  SOURCE="tuxmath_w_fonts"
     1.7 -VERSION="1.7.2"
     1.8 +VERSION="2.0.3"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Arcade game that helps kids practice their math facts."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://tux4kids.alioth.debian.org"
    1.14 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 -DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf"
    1.16 -BUILD_DEPENDS="libsdl libsdl-dev libsdl-image libsdl-image-dev \
    1.17 -libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev"
    1.18 +WGET_URL="https://alioth.debian.org/frs/download.php/3571/$TARBALL"
    1.19 +DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \
    1.20 +libsdl-net libsdl-pango"
    1.21 +BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \
    1.22 +libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev"
    1.23  TAGS="education"
    1.24  
    1.25  
    1.26 @@ -19,10 +20,9 @@
    1.27  compile_rules()
    1.28  {
    1.29  	cd $src
    1.30 -	patch -p1 -i $stuff/SDL_extras.c.patch	
    1.31 +	#patch -p1 -i $stuff/SDL_extras.c.patch	
    1.32  	./configure \
    1.33  		--prefix=/usr \
    1.34 -		--without-sdlpango \
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make DESTDIR=$PWD/_pkg install