wok-next view bzr/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 65f5c0b7dcd4
children
line source
1 # SliTaz package receipt.
3 PACKAGE="bzr"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="Friendly distributed version control system"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://pypi.org/project/bzr/"
11 BUILD_DEPENDS="python-dev"
13 compile_rules() {
14 pip install --no-compile --root=$install bzr || return 1
16 mkdir $install/usr/share/
17 mv $install/usr/man $install/usr/share/
18 }
20 genpkg_rules() {
21 VERSION=$(sed -n '/^Successfully installed/ s|.*bzr-||p' $LOGS/$PACKAGE.log)
22 copy @std
23 DEPENDS="python"
24 PROVIDE="bazaar"
25 TAGS="dvcs version-control versioning"
26 }