wok diff expat-dev/receipt @ rev 13893

Add firefox-langpak-it (thanks ernia)
author Richard Dunbar <mojo@slitaz.org>
date Fri Jan 18 00:51:04 2013 +0000 (2013-01-18)
parents a8cff2132b1b
children fcdd50638150
line diff
     1.1 --- a/expat-dev/receipt	Sun Oct 10 13:14:36 2010 +0000
     1.2 +++ b/expat-dev/receipt	Fri Jan 18 00:51:04 2013 +0000
     1.3 @@ -6,13 +6,15 @@
     1.4  SHORT_DESC="XML parsing library devel files."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  WEB_SITE="http://expat.sourceforge.net/"
     1.7 +WANTED="expat"
     1.8 +HOST_ARCH="i486 arm"
     1.9 +
    1.10  DEPENDS="expat"
    1.11 -WANTED="expat"
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -    cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.18 -    cp -a $_pkg/usr/include $fs/usr
    1.19 +    cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +    cp -a $install/usr/include $fs/usr
    1.21  }