wok view gigolo/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 0b031ffdc318
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="gigolo"
4 VERSION="0.4.1"
5 CATEGORY="network"
6 SHORT_DESC="Frontend to manage connections to filesystems using GIO/GVfs."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.uvena.de/gigolo/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://files.uvena.de/$PACKAGE/$TARBALL"
13 DEPENDS="gtk+"
14 BUILD_DEPENDS="gtk+-dev python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./waf configure --prefix=/usr &&
21 ./waf build &&
22 ./waf install --destdir=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }