wok diff libt4k_common/receipt @ rev 12580

nfs-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 21:06:31 2012 +0200 (2012-04-28)
parents 67ce1202c916
children e30853402e1d
line diff
     1.1 --- a/libt4k_common/receipt	Wed Feb 22 12:21:48 2012 -0800
     1.2 +++ b/libt4k_common/receipt	Sat Apr 28 21:06:31 2012 +0200
     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  }