wok annotate gigolo/receipt @ rev 14755
get-flash-plugin: update deps
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Jun 17 19:15:31 2013 +0000 (2013-06-17) |
parents | |
children | 408c87fa22ca |
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@13328 | 8 WEB_SITE="http://www.uvena.de/gigolo/" |
pascal@13328 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@13328 | 10 WGET_URL="http://files.uvena.de/$PACKAGE/$TARBALL" |
pascal@13328 | 11 |
pascal@13328 | 12 DEPENDS="gtk+" |
pascal@13328 | 13 BUILD_DEPENDS="gtk+-dev python-dev" |
pascal@13328 | 14 |
pascal@13328 | 15 # Rules to configure and make the package. |
pascal@13328 | 16 compile_rules() |
pascal@13328 | 17 { |
pascal@13328 | 18 cd $src |
pascal@13328 | 19 ./waf configure --prefix=/usr && |
pascal@13328 | 20 ./waf build && |
pascal@13328 | 21 ./waf install --destdir=$DESTDIR |
pascal@13328 | 22 } |
pascal@13328 | 23 |
pascal@13328 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13328 | 25 genpkg_rules() |
pascal@13328 | 26 { |
pascal@13328 | 27 cp -a $install/usr $fs |
pascal@13328 | 28 } |