# HG changeset patch # User Antoine Bodin # Date 1330698748 -3600 # Node ID 3939cc1ce36d3a3c72be32fb897d4ba2aa7bef95 # Parent 7229b146289bf8cf295ea093bc2e561043c02f3d tazwok compat: add wget as libt4k_common bdep (https $WGET_URL) diff -r 7229b146289b -r 3939cc1ce36d libt4k_common/receipt --- a/libt4k_common/receipt Fri Mar 02 13:19:51 2012 +0100 +++ b/libt4k_common/receipt Fri Mar 02 15:32:28 2012 +0100 @@ -13,22 +13,20 @@ DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf libsdl-net librsvg \ libsdl-pango" BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev \ -libsdl-net-dev librsvg-dev libsdl-pango-dev" +libsdl-net-dev librsvg-dev libsdl-pango-dev wget" # Rules to configure and make the package. compile_rules() { - ./configure \ - $CONFIGURE_ARGS && - make && + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib \ - $fs/usr/share + mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/usr/lib/*so* $fs/usr/lib cp -ar $install/usr/share/* $fs/usr/share }