void-packages/srcpkgs/attic/template

32 lines
1 KiB
Bash
Raw Normal View History

2014-07-02 12:47:47 +00:00
# Template file for 'attic'
pkgname=attic
version=0.16
2015-07-09 09:50:28 +00:00
revision=3
wrksrc="Attic-$version"
2014-07-02 12:47:47 +00:00
build_style=python-module
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx"
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel"
2015-06-20 18:22:40 +00:00
depends="python3.4-msgpack python3.4-llfuse"
2014-07-02 12:47:47 +00:00
python_versions="3.4"
2015-01-11 22:15:10 +00:00
pycompile_version="3.4"
2014-07-02 12:47:47 +00:00
pycompile_module="attic"
short_desc="A deduplicating backup program for efficient and secure backups"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
homepage="https://attic-backup.org/"
license="BSD"
distfiles="https://pypi.python.org/packages/source/A/Attic/Attic-0.16.tar.gz"
checksum=6650cd28072101c2e05941e77b93a62f91da6179785e4e4b4880916c469bba2c
pre_build() {
if [ "$CROSS_BUILD" ]; then
sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
fi
}
2014-12-18 12:11:32 +00:00
post_build() {
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
}
post_install() {
2015-02-18 17:07:02 +00:00
vlicense LICENSE
vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1
2014-12-18 12:11:32 +00:00
}