attic: install license.
This commit is contained in:
parent
53a66ca992
commit
63041df662
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'attic'
|
||||
pkgname=attic
|
||||
version=0.14
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="Attic-$version"
|
||||
build_style=python-module
|
||||
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx"
|
||||
|
@ -22,11 +22,10 @@ pre_build() {
|
|||
sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
|
||||
fi
|
||||
}
|
||||
|
||||
post_build() {
|
||||
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1
|
||||
vlicense LICENSE
|
||||
vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue