pflask-git: use tarball, build manpage.
This commit is contained in:
parent
e291379c62
commit
c9d0944d54
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'pflask-git'
|
# Template file for 'pflask-git'
|
||||||
pkgname=pflask-git
|
pkgname=pflask-git
|
||||||
version=20150304
|
version=20150513
|
||||||
|
_githash=2d69096dc7e9bf2d833252445ce85a9ac020a535
|
||||||
|
wrksrc="pflask-${_githash}"
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf
|
build_style=waf
|
||||||
hostmakedepends="git python"
|
hostmakedepends="python python-Sphinx"
|
||||||
short_desc="Simple tool for creating Linux namespace containers"
|
short_desc="Simple tool for creating Linux namespace containers"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/ghedo/pflask"
|
homepage="https://github.com/ghedo/pflask"
|
||||||
|
distfiles="${homepage}/archive/${_githash}.tar.gz"
|
||||||
do_fetch() {
|
checksum=9005aa83ce9b09de5705ccfc5f2d86d8902e4ca11552cc4bd58a2cab76c6bcd7
|
||||||
git clone git://github.com/ghedo/pflask ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
python bootstrap.py
|
python bootstrap.py
|
||||||
|
@ -20,5 +20,5 @@ pre_configure() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
vbin build/pflask
|
vbin build/pflask
|
||||||
vdoc docs/pflask.1.md
|
vman build/docs/man/pflask.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue