wok diff libtool/receipt @ rev 16554

slitaz-i18n: actualize build_depends list, add "ar" to locale_pack.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 30 10:05:22 2014 +0000 (2014-04-30)
parents 6eff489aa802
children 124c3a7da04f
line diff
     1.1 --- a/libtool/receipt	Tue Jun 11 11:57:36 2013 +0200
     1.2 +++ b/libtool/receipt	Wed Apr 30 10:05:22 2014 +0000
     1.3 @@ -9,10 +9,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.gnu.org/software/libtool/"
     1.6  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libltdl automake autoconf"
    1.10  BUILD_DEPENDS="automake autoconf"
    1.11  
    1.12 +# Handle cross compilation.
    1.13 +case "$ARCH" in
    1.14 +	arm) BUILD_DEPENDS="" ;;
    1.15 +esac
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {