wok-6.x view gigolo/receipt @ rev 14909
slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 05 11:40:01 2013 +0300 (2013-08-05) |
parents | |
children | 408c87fa22ca |
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 WEB_SITE="http://www.uvena.de/gigolo/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://files.uvena.de/$PACKAGE/$TARBALL"
12 DEPENDS="gtk+"
13 BUILD_DEPENDS="gtk+-dev python-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./waf configure --prefix=/usr &&
20 ./waf build &&
21 ./waf install --destdir=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }