mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# 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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue