wok annotate gigolo/receipt @ rev 21490

trickle: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 18:05:32 2019 +0200 (2019-05-01)
parents a78610b2eb47
children 17091bc7c301
rev   line source
pascal@13328 1 # SliTaz package receipt.
pascal@13328 2
pascal@13328 3 PACKAGE="gigolo"
Hans-G?nter@20967 4 VERSION="0.4.2"
pascal@13328 5 CATEGORY="network"
pascal@13328 6 SHORT_DESC="Frontend to manage connections to filesystems using GIO/GVfs."
pascal@13328 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
pascal@20669 9 WEB_SITE="https://www.uvena.de/gigolo/"
Hans-G?nter@20967 10
pascal@13328 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
Hans-G?nter@20967 12 WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@13328 13
pascal@13328 14 DEPENDS="gtk+"
pascal@13328 15 BUILD_DEPENDS="gtk+-dev python-dev"
pascal@13328 16
pascal@13328 17 # Rules to configure and make the package.
pascal@13328 18 compile_rules()
pascal@13328 19 {
Hans-G?nter@20967 20 ./configure --prefix=/usr &&
Hans-G?nter@20967 21 make -j 1 &&
Hans-G?nter@20967 22 make install DESTDIR=$DESTDIR
pascal@13328 23 }
pascal@13328 24
pascal@13328 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13328 26 genpkg_rules()
pascal@13328 27 {
pascal@13328 28 cp -a $install/usr $fs
pascal@13328 29 }