pflask-git: update to 20150303.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Template file for 'pflask-git'
|
# Template file for 'pflask-git'
|
||||||
pkgname=pflask-git
|
pkgname=pflask-git
|
||||||
version=20150220
|
version=20150303
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=waf
|
||||||
hostmakedepends="git cmake"
|
hostmakedepends="git python"
|
||||||
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"
|
||||||
@@ -13,8 +13,12 @@ do_fetch() {
|
|||||||
git clone git://github.com/ghedo/pflask ${pkgname}-${version}
|
git clone git://github.com/ghedo/pflask ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
python bootstrap.py
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
vbin build/pflask
|
vbin build/pflask
|
||||||
vman docs/pflask.1
|
vdoc docs/pflask.1.md
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user