2015-02-20 12:53:42 +00:00
|
|
|
# Template file for 'pflask-git'
|
|
|
|
pkgname=pflask-git
|
2015-03-04 10:49:27 +00:00
|
|
|
version=20150304
|
2015-02-20 12:53:42 +00:00
|
|
|
revision=1
|
2015-03-03 18:04:13 +00:00
|
|
|
build_style=waf
|
|
|
|
hostmakedepends="git python"
|
2015-02-20 12:53:42 +00:00
|
|
|
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}
|
|
|
|
}
|
|
|
|
|
2015-03-03 18:04:13 +00:00
|
|
|
pre_configure() {
|
|
|
|
python bootstrap.py
|
|
|
|
}
|
|
|
|
|
2015-02-20 12:53:42 +00:00
|
|
|
do_install() {
|
|
|
|
vlicense COPYING LICENSE
|
|
|
|
vbin build/pflask
|
2015-03-03 18:04:13 +00:00
|
|
|
vdoc docs/pflask.1.md
|
2015-02-20 12:53:42 +00:00
|
|
|
}
|