wok-4.x rev 4676
Up: tuxtype (1.8.0)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue Dec 29 19:40:17 2009 +0000 (2009-12-29) |
parents | 4d1112b0ac44 |
children | bdb444d3c038 |
files | tuxtype/receipt |
line diff
1.1 --- a/tuxtype/receipt Tue Dec 29 18:41:26 2009 +0000 1.2 +++ b/tuxtype/receipt Tue Dec 29 19:40:17 2009 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="tuxtype" 1.6 SOURCE="tuxtype_w_fonts" 1.7 -VERSION="1.7.4" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Educational typing tutor for kids." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -10,8 +10,8 @@ 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 +BUILD_DEPENDS="$DEPENDS libsdl-dev libsdl-image-dev libsdl-mixer-dev \ 1.19 +libsdl-ttf-dev" 1.20 1.21 1.22 # Rules to configure and make the package. 1.23 @@ -20,7 +20,9 @@ 1.24 cd $src 1.25 ./configure \ 1.26 --prefix=/usr \ 1.27 + --localstatedir=/var/games \ 1.28 --without-sdlpango \ 1.29 + --without-rsvg \ 1.30 $CONFIGURE_ARGS && 1.31 make && 1.32 make DESTDIR=$PWD/_pkg install 1.33 @@ -29,7 +31,7 @@ 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 - mkdir -p $fs/usr $fs/usr/share 1.38 + mkdir -p $fs/usr/share $fs/var/games/tuxtype/words 1.39 cp -a $_pkg/usr/bin $fs/usr 1.40 cp -a $_pkg/usr/share/tuxtype $fs/usr/share 1.41