wok-4.x rev 12073
tuxtype: fix bdeps & ensure properly placed files
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Mar 09 05:11:48 2012 +0100 (2012-03-09) |
parents | 7a95f4a78b93 |
children | 478965c9dd3d |
files | tuxtype/receipt |
line diff
1.1 --- a/tuxtype/receipt Fri Mar 09 05:03:33 2012 +0100 1.2 +++ b/tuxtype/receipt Fri Mar 09 05:11:48 2012 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \ 1.5 libsdl-net libsdl-pango" 1.6 BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \ 1.7 -libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev" 1.8 +libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev wget" 1.9 TAGS="education" 1.10 1.11 1.12 @@ -20,7 +20,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure \ 1.17 + ./configure --sysconfdir=/etc \ 1.18 --prefix=/usr \ 1.19 --localstatedir=/var/games 1.20 $CONFIGURE_ARGS &&