# HG changeset patch # User Hans-G?nter Theisgen # Date 1577713275 -3600 # Node ID f1741e834cafb5f194186e53bf37411bc3ff2155 # Parent 6762ce6bb52b0b15addd69ec4e03491e4ea41432 updated ansible (1.5.3 -> 2.9.2) diff -r 6762ce6bb52b -r f1741e834caf ansible/receipt --- a/ansible/receipt Mon Dec 30 14:10:09 2019 +0100 +++ b/ansible/receipt Mon Dec 30 14:41:15 2019 +0100 @@ -1,26 +1,29 @@ # SliTaz package receipt. PACKAGE="ansible" -VERSION="1.5.3" +VERSION="2.9.2" CATEGORY="network" SHORT_DESC="A radically simple configuration-management engine." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" -WEB_SITE="http://www.ansible.com/home" +WEB_SITE="https://www.ansible.com/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/ansible/ansible/archive/v$VERSION.tar.gz" -CONFIG_FILES="/etc/ansible" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="python python-jinja2 python-pyyaml ssh" -BUILD_DEPENDS="wget python" +BUILD_DEPENDS="python python-setuptools" + +CONFIG_FILES="/etc/ansible" # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR - cook_pick_manpages $src/docs/man/man1/*.1 + # 2.9.2: no longer available +# cook_pick_manpages $src/docs/man/man1/*.1 } # Rules to gen a SliTaz package suitable for Tazpkg.