wok-6.x rev 11965
tazwok compat: add wget as libt4k_common bdep (https $WGET_URL)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Mar 02 15:32:28 2012 +0100 (2012-03-02) |
parents | 7229b146289b |
children | 57dade4285bd 126585d09e0c |
files | libt4k_common/receipt |
line diff
1.1 --- a/libt4k_common/receipt Fri Mar 02 13:19:51 2012 +0100 1.2 +++ b/libt4k_common/receipt Fri Mar 02 15:32:28 2012 +0100 1.3 @@ -13,22 +13,20 @@ 1.4 DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf libsdl-net librsvg \ 1.5 libsdl-pango" 1.6 BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev \ 1.7 -libsdl-net-dev librsvg-dev libsdl-pango-dev" 1.8 +libsdl-net-dev librsvg-dev libsdl-pango-dev wget" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - ./configure \ 1.14 - $CONFIGURE_ARGS && 1.15 - make && 1.16 + ./configure $CONFIGURE_ARGS && 1.17 + make && 1.18 make install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr/lib \ 1.25 - $fs/usr/share 1.26 + mkdir -p $fs/usr/lib $fs/usr/share 1.27 cp -a $install/usr/lib/*so* $fs/usr/lib 1.28 cp -ar $install/usr/share/* $fs/usr/share 1.29 }