New package: borg-1.0.3
This commit is contained in:
parent
f28f1c1ca9
commit
fe51063790
1 changed files with 32 additions and 0 deletions
32
srcpkgs/borg/template
Normal file
32
srcpkgs/borg/template
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'borg'
|
||||
pkgname=borg
|
||||
version=1.0.3
|
||||
revision=1
|
||||
wrksrc="borgbackup-$version"
|
||||
build_style=python-module
|
||||
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel
|
||||
python3.4-Sphinx python3.4-sphinx_rtd_theme"
|
||||
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel lz4-devel"
|
||||
depends="python3.4-msgpack python3.4-llfuse"
|
||||
python_versions="3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="borg"
|
||||
short_desc="Deduplicating backup program with compression and encryption"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="https://borgbackup.github.io/"
|
||||
distfiles="${PYPI_SITE}/b/borgbackup/borgbackup-${version}.tar.gz"
|
||||
checksum=7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
|
||||
fi
|
||||
}
|
||||
post_build() {
|
||||
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3.4
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vman docs/_build/man/borg.1
|
||||
}
|
Loading…
Reference in a new issue