wok diff gigolo/receipt @ rev 21115
libaio: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 19 18:51:13 2019 +0100 (2019-03-19) |
parents | a78610b2eb47 |
children | 17091bc7c301 |
line diff
1.1 --- a/gigolo/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/gigolo/receipt Tue Mar 19 18:51:13 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.