wok rev 15072

blackbox: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 14:12:54 2013 +0000 (2013-08-13)
parents be3090d1feef
children 2540c57957d2
files blackbox/receipt
line diff
     1.1 --- a/blackbox/receipt	Tue Aug 13 14:11:10 2013 +0000
     1.2 +++ b/blackbox/receipt	Tue Aug 13 14:12:54 2013 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  WGET_URL="$SF_MIRROR/blackboxwm/$TARBALL"
     1.5  
     1.6  DEPENDS="xorg-libXt xorg-libXft"
     1.7 -BUILD_DEPENDS="xorg-libXt-dev xorg-libXft-dev xorg-xextproto"
     1.8 +BUILD_DEPENDS="xorg-libXt-dev xorg-libXft-dev xorg-xextproto libxm2-dev"
     1.9  
    1.10  # TODO: modify tazx for blackbox so it will creat a correct ~/.xinitrc
    1.11  # to let user use the wm via slim/F1 or by default with 'tazx blackbox'.
    1.12 @@ -33,6 +33,6 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share
    1.16 -	cp -a $_pkg/usr/bin $fs/usr
    1.17 -	cp -a $_pkg/usr/share/blackbox $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/share/blackbox $fs/usr/share
    1.20  }