ansible: update to 1.9.0.1

Install man and example config files.
This commit is contained in:
Alessio Sergi 2015-03-28 22:33:28 +01:00
parent f576b6507e
commit 42645a1952

View file

@ -1,16 +1,24 @@
# Template file for 'ansible'
pkgname=ansible
version=1.8.4
version=1.9.0.1
revision=1
noarch="yes"
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
makedepends="python-devel python-Jinja2 python-paramiko python-yaml"
depends="${makedepends//-devel/}"
pycompile_module="${pkgname}"
depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko python-yaml"
pycompile_module="ansible"
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.ansible.com"
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
checksum=d37c04b3abce9b036a6c8311fccb360c5cbc3ec895445f805243b0448d239ec1
checksum=b2193fd9a4061ab624fa67311796419a759de06b4f321d37169b22ba3831331c
post_install() {
for f in examples/*; do
vsconf ${f}
done
for m in docs/man/man1/*.1; do
vman ${m}
done
}