wok-next annotate roundup/receipt @ rev 21673
updated gdk-pixbuf (2.38.0 -> 2.40.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 10:03:27 2020 +0100 (2020-06-29) |
parents | 8b5b2a6d07b8 |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
slaxemulator@9622 | 2 |
slaxemulator@9622 | 3 PACKAGE="roundup" |
slaxemulator@9622 | 4 VERSION="1.4.16" |
slaxemulator@9622 | 5 CATEGORY="development" |
al@21020 | 6 SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15610 | 8 LICENSE="PSL" |
al@21020 | 9 WEB_SITE="http://www.roundup-tracker.org/" |
al@21020 | 10 |
slaxemulator@9622 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20969 | 12 WGET_URL="https://files.pythonhosted.org/packages/source/r/$PACKAGE/$TARBALL" |
slaxemulator@9622 | 13 |
al@21020 | 14 compile_rules() { |
al@21020 | 15 python -B setup.py build && |
al@21020 | 16 python -B setup.py install --root=$install |
slaxemulator@9622 | 17 } |
slaxemulator@9622 | 18 |
al@21020 | 19 genpkg_rules() { |
al@21020 | 20 copy @std |
al@21020 | 21 DEPENDS="python" |
slaxemulator@9622 | 22 } |