vp-build/srcpkgs/attic/template

32 lines
994 B
Bash
Raw Normal View History

2014-07-02 14:47:47 +02:00
# Template file for 'attic'
pkgname=attic
2014-12-18 13:11:32 +01:00
version=0.14
revision=4
wrksrc="Attic-$version"
2014-07-02 14:47:47 +02:00
build_style=python-module
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx"
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel"
depends="python3.4-msgpack"
2014-07-02 14:47:47 +02:00
python_versions="3.4"
2015-01-11 23:15:10 +01:00
pycompile_version="3.4"
2014-07-02 14:47:47 +02: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"
2014-10-11 22:07:52 +02:00
distfiles="${PYPI_SITE}/A/Attic/Attic-$version.tar.gz"
2014-12-18 13:11:32 +01:00
checksum=286728939777ff4e504afd8c24b405dc6361918aeebd22d44ccd01c786172b29
pre_build() {
if [ "$CROSS_BUILD" ]; then
sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
fi
}
2014-12-18 13:11:32 +01:00
post_build() {
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
}
post_install() {
2015-02-18 18:07:02 +01:00
vlicense LICENSE
vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1
2014-12-18 13:11:32 +01:00
}