wok diff slitaz-i18n/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
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	Tue Jan 27 16:55:03 2015 +0100
     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  {