wok-next view gigolo/receipt @ rev 20083

gst1-plugins-good: receipt v2
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:49:39 2017 +0200 (2017-10-25)
parents baf539ef5c7c
children 016c8d2f8b37
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 gettext-tools intltool"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
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 }