wok rev 21844

updated roundup (1.4.16 -> 1.6.1)
author Hans-G?nter Theisgen
date Sun Sep 15 10:29:14 2019 +0100 (2019-09-15)
parents 64d9f0db2734
children 19df6dffcea5
files roundup/receipt
line diff
     1.1 --- a/roundup/receipt	Sun Sep 15 10:00:17 2019 +0100
     1.2 +++ b/roundup/receipt	Sun Sep 15 10:29:14 2019 +0100
     1.3 @@ -1,15 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="roundup"
     1.7 -VERSION="1.4.16"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="PSL"
    1.13 +WEB_SITE="http://www.roundup-tracker.org"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL"
    1.17 +
    1.18  DEPENDS="python"
    1.19 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 -WEB_SITE="http://www.roundup-tracker.org"
    1.21 -WGET_URL="http://pypi.python.org/packages/source/r/$PACKAGE/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -22,7 +24,8 @@
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr/share
    1.29 -	cp -a $install/usr/bin $fs/usr
    1.30 -	cp -a $install/usr/lib $fs/usr
    1.31 -	cp -a $install/usr/share/roundup $fs/usr/share
    1.32 +
    1.33 +	cp -a $install/usr/bin			$fs/usr
    1.34 +	cp -a $install/usr/lib			$fs/usr
    1.35 +	cp -a $install/usr/share/roundup	$fs/usr/share
    1.36  }