wok annotate gigolo/receipt @ rev 20587

gcompris, gtk-vnc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 13:24:14 2018 +0100 (2018-12-15)
parents 0b031ffdc318
children a78610b2eb47
rev   line source
pascal@13328 1 # SliTaz package receipt.
pascal@13328 2
pascal@13328 3 PACKAGE="gigolo"
pascal@13328 4 VERSION="0.4.1"
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@13328 9 WEB_SITE="http://www.uvena.de/gigolo/"
pascal@13328 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13328 11 WGET_URL="http://files.uvena.de/$PACKAGE/$TARBALL"
pascal@13328 12
pascal@13328 13 DEPENDS="gtk+"
pascal@13328 14 BUILD_DEPENDS="gtk+-dev python-dev"
pascal@13328 15
pascal@13328 16 # Rules to configure and make the package.
pascal@13328 17 compile_rules()
pascal@13328 18 {
pascal@13328 19 cd $src
pascal@13328 20 ./waf configure --prefix=/usr &&
pascal@13328 21 ./waf build &&
pascal@13328 22 ./waf 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 }