# HG changeset patch # User Hans-G?nter Theisgen # Date 1568539754 -3600 # Node ID 3783bf9f732c1b8b6b00625304631553321a3dd8 # Parent 64d9f0db2734e6385b0760568d23d128d556fc74 updated roundup (1.4.16 -> 1.6.1) diff -r 64d9f0db2734 -r 3783bf9f732c roundup/receipt --- a/roundup/receipt Sun Sep 15 10:00:17 2019 +0100 +++ b/roundup/receipt Sun Sep 15 10:29:14 2019 +0100 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="roundup" -VERSION="1.4.16" +VERSION="1.6.1" CATEGORY="development" SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces." MAINTAINER="slaxemulator@gmail.com" LICENSE="PSL" +WEB_SITE="http://www.roundup-tracker.org" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL" + DEPENDS="python" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.roundup-tracker.org" -WGET_URL="http://pypi.python.org/packages/source/r/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -22,7 +24,8 @@ genpkg_rules() { 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 + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/roundup $fs/usr/share }