wok-current diff slitaz-i18n/receipt @ rev 17651
Up: xz 5.2.0
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 14 22:23:35 2015 +0000 (2015-02-14) |
parents | c667db027c32 |
children | bfb4eab7f59f |
line diff
1.1 --- a/slitaz-i18n/receipt Tue May 06 23:19:04 2014 +0300 1.2 +++ b/slitaz-i18n/receipt Sat Feb 14 22:23:35 2015 +0000 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="GPL3" 1.6 WEB_SITE="http://www.slitaz.org/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 # Bdeps ensure packages are built so we can get generated po files. 1.10 BUILD_DEPENDS="acl alsaplayer alsa-utils asunder atk attr dialog e2fsprogs \ 1.11 @@ -17,6 +18,11 @@ 1.12 pcmanfm polkit popt sakura shared-mime-info udisks2 util-linux-blkid \ 1.13 vorbis-tools vte xorg-xkeyboard-config yad" 1.14 1.15 +# Handle slitaz arch: /etc/slitaz/slitaz.conf 1.16 +case "$SLITAZ_ARCH" in 1.17 + arm*) BUILD_DEPENDS="" ;; 1.18 +esac 1.19 + 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 {