wok diff glib-networking/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
parents a00bf44ed23d
children 51b3e2d10e16
line diff
     1.1 --- a/glib-networking/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/glib-networking/receipt	Fri Apr 18 10:26:47 2014 +0000
     1.3 @@ -9,14 +9,19 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WEB_SITE="http://www.gtk.org/"
     1.6  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="glib libgio libgnutls"
    1.10 -BUILD_DEPENDS="glib-dev libgio-dev gnutls-dev intltool automake autoconf git"
    1.11 +BUILD_DEPENDS="glib-dev libgio-dev gnutls-dev "
    1.12 +
    1.13 +# Handle cross compilation.
    1.14 +case "$ARCH" in
    1.15 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS intltool automake autoconf" ;;
    1.16 +esac
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 -	cd $src
    1.22  	./configure \
    1.23  		--prefix=/usr \
    1.24  		--without-ca-certificates \