wok-next view 0install/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | f48456621a9d |
children | 7b8e000b629f |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="0install"
4 VERSION="2.3"
5 CATEGORY="misc"
6 SHORT_DESC="Decentralised cross-distribution software installation system"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://0install.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/zero-install/$TARBALL"
14 BUILD_DEPENDS="python python-pygobject2"
16 # Can't build newer OCaml based version 2.13
18 compile_rules() {
19 python -B setup.py install --root=$install || return 1
21 # move man pages into a right place
22 mv $install/usr/man $install/usr/share
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="python-pygtk xdg-utils"
28 }