wok diff ncursesw-dev/receipt @ rev 14584

Remove pigz for moment, because not compile correctly
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 17:59:51 2013 +0200 (2013-05-26)
parents 70c50cf7bbf2
children 23c3aed67cd9
line diff
     1.1 --- a/ncursesw-dev/receipt	Tue Apr 05 12:15:41 2011 +0000
     1.2 +++ b/ncursesw-dev/receipt	Sun May 26 17:59:51 2013 +0200
     1.3 @@ -7,15 +7,16 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  WANTED="ncursesw"
     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/lib $fs/usr/bin
    1.13 -	cp -a $_pkg/lib/*.a $fs/lib
    1.14 -	# Include files have the same name as ncuses-dev but seems 
    1.15 -	# to work for both.
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 -	cp $_pkg/usr/bin/ncursesw5-config $fs/usr/bin
    1.18 +	cp -a $install/lib/*.a $fs/lib
    1.19 +	# Include files are from the same source than ncuses-dev and work
    1.20 +	# nicely for both.
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp $install/usr/bin/ncursesw5-config $fs/usr/bin
    1.23  	chmod 755 $fs/usr/bin/*
    1.24  }