wok-next diff roundup/receipt @ rev 21529

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
parents 8b5b2a6d07b8
children
line diff
     1.1 --- a/roundup/receipt	Fri Sep 14 01:56:52 2018 +0300
     1.2 +++ b/roundup/receipt	Sat Jun 20 16:34:10 2020 +0100
     1.3 @@ -1,28 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="roundup"
     1.8  VERSION="1.4.16"
     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 +SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="PSL"
    1.15 -DEPENDS="python"
    1.16 +WEB_SITE="http://www.roundup-tracker.org/"
    1.17 +
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 -WEB_SITE="http://www.roundup-tracker.org"
    1.20  WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	python setup.py build
    1.26 -	python setup.py install --root=$DESTDIR
    1.27 +compile_rules() {
    1.28 +	python -B setup.py build &&
    1.29 +	python -B setup.py install --root=$install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr/share
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 -	cp -a $install/usr/lib $fs/usr
    1.38 -	cp -a $install/usr/share/roundup $fs/usr/share
    1.39 +genpkg_rules() {
    1.40 +	copy @std
    1.41 +	DEPENDS="python"
    1.42  }