wok diff elfutils-dev/receipt @ rev 13213

gnustep-gui: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 08 09:06:49 2012 +0200 (2012-08-08)
parents 40dd80f1a82c
children ef2a97470466
line diff
     1.1 --- a/elfutils-dev/receipt	Thu Jan 27 00:20:49 2011 +0100
     1.2 +++ b/elfutils-dev/receipt	Wed Aug 08 09:06:49 2012 +0200
     1.3 @@ -8,11 +8,12 @@
     1.4  DEPENDS="elfutils"
     1.5  WEB_SITE="https://fedorahosted.org/elfutils/"
     1.6  WANTED="elfutils"
     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/lib
    1.13 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.14 -	cp -a $_pkg/usr/include $fs/usr
    1.15 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.16 +	cp -a $install/usr/include $fs/usr
    1.17  }