wok-current diff expat-dev/receipt @ rev 13483
up pciids (20121010)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Thu Oct 11 23:09:19 2012 +0000 (2012-10-11) |
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 Thu Oct 11 23:09:19 2012 +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 }