wok diff lxmenu-data/receipt @ rev 17435
Up: minitube (2.3.1)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Dec 07 16:24:42 2014 +0100 (2014-12-07) |
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 Sun Dec 07 16:24:42 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 \