wok-next diff gnome-python/receipt @ rev 20837

lua: add SHA1sum
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:28:49 2018 +0000 (2018-06-17)
parents 757d032c55c7
children a3c581bf52b8
line diff
     1.1 --- a/gnome-python/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/gnome-python/receipt	Sun Jun 17 19:28:49 2018 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://www.gnome.org/"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  BUILD_DEPENDS="python-dev pygobject-dev pygtk-dev libgnome-dev audiofile \
    1.11  esound libxml2-dev libgcrypt-dev"
    1.12 @@ -21,6 +21,7 @@
    1.13  		--sysconfdir=/etc/gnome \
    1.14  		--disable-pam \
    1.15  		$CONFIGURE_ARGS &&
    1.16 +	fix libtool &&
    1.17  	make &&
    1.18  	make install
    1.19  }