attic: install license.
This commit is contained in:
parent
53a66ca992
commit
63041df662
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'attic'
|
# Template file for 'attic'
|
||||||
pkgname=attic
|
pkgname=attic
|
||||||
version=0.14
|
version=0.14
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="Attic-$version"
|
wrksrc="Attic-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx"
|
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
|
sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
|
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1
|
vlicense LICENSE
|
||||||
|
vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue