wok-6.x view 0install/receipt @ rev 13769

Add: vice emulator (2.2)
author Alexander Medvedev <devl547@gmail.com>
date Thu Jan 03 15:34:06 2013 +0300 (2013-01-03)
parents 4aed2b24febc
children c9602e55de2b
line source
1 # SliTaz package receipt.
3 PACKAGE="0install"
4 VERSION="1.13"
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 }