wok-next annotate 0install/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d5aab818505e
children
rev   line source
al@20500 1 # SliTaz package receipt v2.
pascal@13591 2
pascal@13591 3 PACKAGE="0install"
al@20957 4 VERSION="2.3"
pascal@13591 5 CATEGORY="misc"
al@20957 6 SHORT_DESC="Decentralised cross-distribution software installation system"
pascal@13591 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@20500 9 WEB_SITE="http://0install.net/"
al@21048 10 HOST_ARCH="any"
al@20500 11
pascal@13776 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20957 13 WGET_URL="$SF_MIRROR/zero-install/$TARBALL"
pascal@13591 14
al@20931 15 BUILD_DEPENDS="python python-pygobject2"
pascal@13591 16
al@20957 17 # Can't build newer OCaml based version 2.13
al@20957 18
al@20500 19 compile_rules() {
al@21020 20 python -B setup.py install --root=$install || return 1
al@20500 21
al@20957 22 # move man pages into a right place
al@18803 23 mv $install/usr/man $install/usr/share
pascal@13591 24 }
pascal@13591 25
al@20500 26 genpkg_rules() {
al@20500 27 copy @std
al@20932 28 DEPENDS="python-pygtk xdg-utils"
pascal@13591 29 }