wok-stable diff tuxtype/receipt @ rev 4953
UP ntfs-3g and ntfs-3g-dev
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Feb 17 09:45:16 2010 +0000 (2010-02-17) |
parents | e8024c01fc47 |
children | 866fa2493b1b |
line diff
1.1 --- a/tuxtype/receipt Sat Jun 13 12:19:10 2009 +0200 1.2 +++ b/tuxtype/receipt Wed Feb 17 09:45:16 2010 +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