# HG changeset patch # User Hans-G?nter Theisgen # Date 1658156323 -3600 # Node ID b072c211925b4e3a4b69f73140eb5035c8ebb455 # Parent bbf6b6368dbeb80868bc2453513d444b519f9364 updated roundup (1.6.1 -> 2.2.0) diff -r bbf6b6368dbe -r b072c211925b roundup/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roundup/description.txt Mon Jul 18 15:58:43 2022 +0100 @@ -0,0 +1,4 @@ +Roundup is a simple-to-use and install issue-tracking system with command-line, +web and e-mail interfaces. +It is based on the winning design from Ka-Ping Yee in the Software Carpentry +"Track" design competition. diff -r bbf6b6368dbe -r b072c211925b roundup/receipt --- a/roundup/receipt Mon Jul 18 15:29:34 2022 +0100 +++ b/roundup/receipt Mon Jul 18 15:58:43 2022 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="roundup" -VERSION="1.6.1" +VERSION="2.2.0" CATEGORY="development" SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces." MAINTAINER="slaxemulator@gmail.com" -LICENSE="PSL" +LICENSE="MIT" WEB_SITE="https://www.roundup-tracker.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="python" @@ -23,7 +23,7 @@ # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR } @@ -32,7 +32,7 @@ { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr cp -a $install/usr/share/roundup $fs/usr/share + cook_copy_folders bin + cook_copy_folders lib }