wok annotate ansible/receipt @ rev 22506

updated asterisk-sound-fr (1.4.16 -> 1.6.1)
author Hans-G?nter Theisgen
date Wed Jan 01 13:38:34 2020 +0100 (2020-01-01)
parents 03509d491272
children 5e0488ebbbb5
rev   line source
pascal@16233 1 # SliTaz package receipt.
pascal@16233 2
pascal@16233 3 PACKAGE="ansible"
Hans-G?nter@22481 4 VERSION="2.9.2"
pascal@16233 5 CATEGORY="network"
hackdorte@20007 6 SHORT_DESC="A radically simple configuration-management engine."
pascal@16233 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16233 8 LICENSE="GPL3"
Hans-G?nter@22481 9 WEB_SITE="https://www.ansible.com/"
Hans-G?nter@22481 10
pascal@16233 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22481 12 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
pascal@16233 13
pascal@16233 14 DEPENDS="python python-jinja2 python-pyyaml ssh"
Hans-G?nter@22481 15 BUILD_DEPENDS="python python-setuptools"
Hans-G?nter@22481 16
Hans-G?nter@22481 17 CONFIG_FILES="/etc/ansible"
pascal@16233 18
pascal@16233 19 # Rules to configure and make the package.
pascal@16233 20 compile_rules()
pascal@16233 21 {
Hans-G?nter@22481 22 python setup.py build &&
pascal@16233 23 python setup.py install --root=$DESTDIR
al@19265 24
Hans-G?nter@22481 25 # 2.9.2: no longer available
Hans-G?nter@22481 26 # cook_pick_manpages $src/docs/man/man1/*.1
pascal@16233 27 }
pascal@16233 28
pascal@16233 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16233 30 genpkg_rules()
pascal@16233 31 {
pascal@16233 32 mkdir -p $fs/etc/ansible
pascal@16233 33 cp -a $install/* $fs
pascal@16233 34 }