wok rev 25283

updated roundup (1.6.1 -> 2.2.0)
author Hans-G?nter Theisgen
date Mon Jul 18 15:58:43 2022 +0100 (22 months ago)
parents bbf6b6368dbe
children f26a79808625
files roundup/description.txt roundup/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/roundup/description.txt	Mon Jul 18 15:58:43 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Roundup is a simple-to-use and install issue-tracking system with command-line,
     1.5 +web and e-mail interfaces.
     1.6 +It is based on the winning design from Ka-Ping Yee in the Software Carpentry
     1.7 +"Track" design competition.
     2.1 --- a/roundup/receipt	Mon Jul 18 15:29:34 2022 +0100
     2.2 +++ b/roundup/receipt	Mon Jul 18 15:58:43 2022 +0100
     2.3 @@ -1,15 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="roundup"
     2.7 -VERSION="1.6.1"
     2.8 +VERSION="2.2.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 -LICENSE="PSL"
    2.13 +LICENSE="MIT"
    2.14  WEB_SITE="https://www.roundup-tracker.org"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL"
    2.18 +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
    2.19  
    2.20  DEPENDS="python"
    2.21  
    2.22 @@ -23,7 +23,7 @@
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25  {
    2.26 -	python setup.py build
    2.27 +	python setup.py build &&
    2.28  	python setup.py install --root=$DESTDIR
    2.29  }
    2.30  
    2.31 @@ -32,7 +32,7 @@
    2.32  {
    2.33  	mkdir -p $fs/usr/share
    2.34  
    2.35 -	cp -a $install/usr/bin			$fs/usr
    2.36 -	cp -a $install/usr/lib			$fs/usr
    2.37  	cp -a $install/usr/share/roundup	$fs/usr/share
    2.38 +	cook_copy_folders	bin
    2.39 +	cook_copy_folders	lib
    2.40  }