wok-next view 0install/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
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/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/zero-install/$TARBALL"
15 BUILD_DEPENDS="python python-pygobject2"
17 # Can't build newer OCaml based version 2.13
19 compile_rules() {
20 python -B setup.py install --root=$install || return 1
22 # move man pages into a right place
23 mv $install/usr/man $install/usr/share
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="python-pygtk xdg-utils"
29 }