wok-6.x diff lxmenu-data/receipt @ rev 17375
Add linux64-aufs (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 21 15:45:32 2014 +0100 (2014-11-21) |
parents | 2a5cc8208d36 |
children | c73f683146cf |
line diff
1.1 --- a/lxmenu-data/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lxmenu-data/receipt Fri Nov 21 15:45:32 2014 +0100 1.3 @@ -10,13 +10,13 @@ 1.4 WEB_SITE="http://www.lxde.org/" 1.5 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.6 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -BUILD_DEPENDS="gettext intltool" 1.10 +[ "$ARCH" == "i486" ] && BUILD_DEPENDS="gettext intltool" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 --sysconfdir=/etc \