wok-current diff tuxmath/receipt @ rev 20327
tor: fix the warning from configure
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed May 23 15:43:26 2018 +0000 (2018-05-23) |
parents | 191b99ca9dc2 |
children | 6135577f4d08 |
line diff
1.1 --- a/tuxmath/receipt Wed Oct 02 10:41:05 2013 +0000 1.2 +++ b/tuxmath/receipt Wed May 23 15:43:26 2018 +0000 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 \