wok-6.x diff roundup/receipt @ rev 22048
updated transmission again (2.92 -> 2.94)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 15:42:09 2019 +0100 (2019-10-22) |
parents | 7390f8de9846 |
children | 05c8d8d9d934 |
line diff
1.1 --- a/roundup/receipt Sat May 23 16:17:14 2015 +0300 1.2 +++ b/roundup/receipt Tue Oct 22 15:42:09 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 }