wok diff ncursesw-extra/receipt @ rev 13981

muparser: update genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 07 09:51:45 2013 +0100 (2013-02-07)
parents 70c50cf7bbf2
children 23c3aed67cd9
line diff
     1.1 --- a/ncursesw-extra/receipt	Tue Apr 05 12:15:41 2011 +0000
     1.2 +++ b/ncursesw-extra/receipt	Thu Feb 07 09:51:45 2013 +0100
     1.3 @@ -8,16 +8,17 @@
     1.4  WANTED="ncursesw"
     1.5  DEPENDS="ncursesw ncurses-extra"
     1.6  WEB_SITE="http://invisible-island.net/ncurses/"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12  	mkdir -p $fs/usr
    1.13 -	cp -a $_pkg/usr/bin $fs/usr
    1.14 +	cp -a $install/usr/bin $fs/usr
    1.15  	chmod 755 $fs/usr/bin/*
    1.16 -	# Remove already provided by other packages
    1.17 +	# Remove tools already provided by other packages
    1.18  	rm -f $fs/usr/bin/ncursesw5-config
    1.19 -	rm -f $fs/usr/bin/clear 
    1.20 +	rm -f $fs/usr/bin/clear
    1.21  	rm -f $fs/usr/bin/tset
    1.22  	rm -f $fs/usr/bin/reset
    1.23  }