wok diff glib-networking/receipt @ rev 10804

Up: glib to 2.28.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 04 10:16:36 2011 +0000 (2011-06-04)
parents 045183e2bc4c
children 6002528a0d24
line diff
     1.1 --- a/glib-networking/receipt	Sat Jun 04 13:55:59 2011 +0200
     1.2 +++ b/glib-networking/receipt	Sat Jun 04 10:16:36 2011 +0000
     1.3 @@ -7,8 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.gtk.org/"
     1.7 -WGET_URL="git://git.gnome.org/glib-networking"
     1.8 -BRANCH="$VERSION"
     1.9 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.10  
    1.11  DEPENDS="glib libgio libgnutls"
    1.12  BUILD_DEPENDS="glib-dev libgio-dev gnutls-dev automake autoconf git"
    1.13 @@ -17,7 +16,7 @@
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 -	./autogen.sh \
    1.18 +	./configure \
    1.19  		--prefix=/usr \
    1.20  		--without-ca-certificates \
    1.21  		$CONFIGURE_ARGS &&