wok-6.x diff bison/receipt @ rev 12835
Add xz and custom glibc-base to x86_64
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 22 18:12:44 2012 +0200 (2012-05-22) |
parents | 8cbc91d13a1b |
children | 9d2eea422544 |
line diff
1.1 --- a/bison/receipt Thu Oct 13 02:13:42 2011 +0000 1.2 +++ b/bison/receipt Tue May 22 18:12:44 2012 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 WEB_SITE="http://www.gnu.org/software/bison/" 1.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.6 TAGS="parser language" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="m4" 1.10 BUILD_DEPENDS="m4" 1.11 @@ -25,10 +26,9 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr/share/locale 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 - cp -a $_pkg/usr/lib $fs/usr 1.18 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.19 - cp -a $_pkg/usr/share/bison $fs/usr/share 1.20 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.21 + mkdir -p $fs/usr/share 1.22 + cp -a $install/usr/bin $fs/usr 1.23 + cp -a $install/usr/lib $fs/usr 1.24 + cp -a $install/usr/share/aclocal $fs/usr/share 1.25 + cp -a $install/usr/share/bison $fs/usr/share 1.26 }