wok-next diff gnet/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents c3a368c0cddb
children d5aab818505e
line diff
     1.1 --- a/gnet/receipt	Fri Mar 02 03:33:54 2018 +0200
     1.2 +++ b/gnet/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://www.gnetlibrary.org/"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/${VERSION%.*}/$TARBALL"
     1.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  BUILD_DEPENDS="glib-dev util-linux-uuid-dev xorg-libXt"
    1.11  SPLIT="gnet-dev"
    1.12 @@ -17,11 +17,9 @@
    1.13  compile_rules() {
    1.14  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.15  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lXt"
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20 -		$CONFIGURE_ARGS &&
    1.21 +
    1.22 +	./configure $CONFIGURE_ARGS &&
    1.23 +	fix libtool &&
    1.24  	make &&
    1.25  	make DESTDIR=$DESTDIR install
    1.26  }