wok diff ansible/receipt @ rev 22570
modified recipe for bluez-alsa
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 06 08:00:18 2020 +0100 (2020-01-06) |
parents | 03509d491272 |
children | 5e0488ebbbb5 |
line diff
1.1 --- a/ansible/receipt Wed Aug 02 12:34:36 2017 -0300 1.2 +++ b/ansible/receipt Mon Jan 06 08:00:18 2020 +0100 1.3 @@ -1,26 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ansible" 1.7 -VERSION="1.5.3" 1.8 +VERSION="2.9.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A radically simple configuration-management engine." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3" 1.13 -WEB_SITE="http://www.ansible.com/home" 1.14 +WEB_SITE="https://www.ansible.com/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="https://github.com/ansible/ansible/archive/v$VERSION.tar.gz" 1.18 -CONFIG_FILES="/etc/ansible" 1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" 1.20 1.21 DEPENDS="python python-jinja2 python-pyyaml ssh" 1.22 -BUILD_DEPENDS="wget python" 1.23 +BUILD_DEPENDS="python python-setuptools" 1.24 + 1.25 +CONFIG_FILES="/etc/ansible" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - python setup.py build 1.31 + python setup.py build && 1.32 python setup.py install --root=$DESTDIR 1.33 1.34 - cook_pick_manpages $src/docs/man/man1/*.1 1.35 + # 2.9.2: no longer available 1.36 +# cook_pick_manpages $src/docs/man/man1/*.1 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg.