pflask-git: update to 20150303.
This commit is contained in:
parent
09d3f480cf
commit
5ea9404f90
1 changed files with 8 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'pflask-git'
|
||||
pkgname=pflask-git
|
||||
version=20150220
|
||||
version=20150303
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="git cmake"
|
||||
build_style=waf
|
||||
hostmakedepends="git python"
|
||||
short_desc="Simple tool for creating Linux namespace containers"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
|
@ -13,8 +13,12 @@ do_fetch() {
|
|||
git clone git://github.com/ghedo/pflask ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
python bootstrap.py
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vlicense COPYING LICENSE
|
||||
vbin build/pflask
|
||||
vman docs/pflask.1
|
||||
vdoc docs/pflask.1.md
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue