wok diff ncursesw-dev/receipt @ rev 13922

cssed, gnome-games: try to fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 26 00:50:39 2013 +0000 (2013-01-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	Sat Jan 26 00:50:39 2013 +0000
     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  }