From 5ea9404f901d3a77cbddfb6d9ccb0ba9e4236d63 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 3 Mar 2015 19:04:13 +0100 Subject: [PATCH] pflask-git: update to 20150303. --- srcpkgs/pflask-git/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pflask-git/template b/srcpkgs/pflask-git/template index a40dfdb17d3..2efbb750573 100644 --- a/srcpkgs/pflask-git/template +++ b/srcpkgs/pflask-git/template @@ -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 " 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 }