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'
|
||||
pkgname=pflask-git
|
||||
version=20150304
|
||||
version=20150513
|
||||
_githash=2d69096dc7e9bf2d833252445ce85a9ac020a535
|
||||
wrksrc="pflask-${_githash}"
|
||||
revision=1
|
||||
build_style=waf
|
||||
hostmakedepends="git python"
|
||||
hostmakedepends="python python-Sphinx"
|
||||
short_desc="Simple tool for creating Linux namespace containers"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/ghedo/pflask"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/ghedo/pflask ${pkgname}-${version}
|
||||
}
|
||||
distfiles="${homepage}/archive/${_githash}.tar.gz"
|
||||
checksum=9005aa83ce9b09de5705ccfc5f2d86d8902e4ca11552cc4bd58a2cab76c6bcd7
|
||||
|
||||
pre_configure() {
|
||||
python bootstrap.py
|
||||
|
@ -20,5 +20,5 @@ pre_configure() {
|
|||
do_install() {
|
||||
vlicense COPYING LICENSE
|
||||
vbin build/pflask
|
||||
vdoc docs/pflask.1.md
|
||||
vman build/docs/man/pflask.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue