wok diff tuxmath/receipt @ rev 17367

get-foxit-reader: add cups to depends
author Richard Dunbar <mojo@slitaz.org>
date Thu Nov 20 21:01:38 2014 -0500 (2014-11-20)
parents 191b99ca9dc2
children 6135577f4d08
line diff
     1.1 --- a/tuxmath/receipt	Wed Oct 02 10:41:05 2013 +0000
     1.2 +++ b/tuxmath/receipt	Thu Nov 20 21:01:38 2014 -0500
     1.3 @@ -10,17 +10,16 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://tux4kids.alioth.debian.org"
     1.6  WGET_URL="https://alioth.debian.org/frs/download.php/3571/$TARBALL"
     1.7 +
     1.8  DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \
     1.9  libsdl-net libsdl-pango"
    1.10  BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \
    1.11  libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev wget"
    1.12  TAGS="education"
    1.13  
    1.14 -
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	#patch -p1 -i $stuff/SDL_extras.c.patch	
    1.20  	./configure LIBS="-lt4k_common" \
    1.21  		--prefix=/usr \