wok-next view roundup/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 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="roundup"
4 VERSION="1.4.16"
5 CATEGORY="development"
6 SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PSL"
9 WEB_SITE="http://www.roundup-tracker.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL"
14 compile_rules() {
15 python -B setup.py build &&
16 python -B setup.py install --root=$install
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="python"
22 }