wok rev 20967

updated gigolo (0.4.1 -> 0.4.2)
author Hans-G?nter Theisgen
date Tue Mar 05 14:47:27 2019 +0100 (2019-03-05)
parents 75cd81889f63
children 913e7292869b
files gigolo/receipt
line diff
     1.1 --- a/gigolo/receipt	Tue Mar 05 14:23:59 2019 +0100
     1.2 +++ b/gigolo/receipt	Tue Mar 05 14:47:27 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gigolo"
     1.7 -VERSION="0.4.1"
     1.8 +VERSION="0.4.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Frontend to manage connections to filesystems using GIO/GVfs."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://www.uvena.de/gigolo/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="http://files.uvena.de/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  DEPENDS="gtk+"
    1.20  BUILD_DEPENDS="gtk+-dev python-dev"
    1.21 @@ -16,10 +17,9 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./waf configure --prefix=/usr &&
    1.27 -	./waf build &&
    1.28 -	./waf install --destdir=$DESTDIR
    1.29 +	./configure --prefix=/usr &&
    1.30 +	make -j 1 &&
    1.31 +	make install DESTDIR=$DESTDIR
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.