wok view 0install/receipt @ rev 13696

Add gsynaptics-0.9.16 (deprecated, but not wants gnome-settings-daemon)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 14 15:53:34 2012 +0000 (2012-12-14)
parents
children d8e35c0c592f
line source
1 # SliTaz package receipt.
3 PACKAGE="0install"
4 VERSION="1.10"
5 SOURCE="zeroinstall-injector"
6 CATEGORY="misc"
7 SHORT_DESC="A decentralised cross-distribution software installation system."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://0install.net/"
11 WGET_URL="http://ignum.dl.sourceforge.net/project/zero-install/injector/$VERSION/$TARBALL"
13 DEPENDS="pygtk xdg-utils"
14 BUILD_DEPENDS="python pygobject"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }