wok annotate locustio/receipt @ rev 23376

updated perl-net-ldap (0.39 -> 0.66)
author Hans-G?nter Theisgen
date Tue Mar 31 14:06:02 2020 +0100 (2020-03-31)
parents a54924df72eb
children 5ea0ce1cecc0
rev   line source
pascal@22356 1 # SliTaz package receipt.
pascal@22356 2
pascal@22356 3 PACKAGE="locustio"
pascal@22356 4 VERSION="0.13.2"
pascal@22356 5 CATEGORY="misc"
pascal@22356 6 SHORT_DESC="Scalable user load testing tool"
pascal@22356 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@22356 8 LICENSE="MIT"
pascal@22356 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@22356 10 WEB_SITE="https://locust.io/"
pascal@22356 11 WGET_URL="https://github.com/locustio/locust/archive/$VERSION.tar.gz"
pascal@22356 12 TAGS="python"
pascal@22356 13
pascal@22356 14 DEPENDS="python"
pascal@22357 15 BUILD_DEPENDS="python-setuptools"
pascal@22356 16
pascal@22356 17 # Rules to configure and make the package.
pascal@22356 18 compile_rules()
pascal@22356 19 {
pascal@22356 20 python setup.py install --root=$DESTDIR
pascal@22356 21 }
pascal@22356 22
pascal@22356 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@22356 24 genpkg_rules()
pascal@22356 25 {
pascal@22356 26 cp -a $install/usr $fs
pascal@22356 27 }