2015-02-20 12:53:42 +00:00
|
|
|
# Template file for 'pflask-git'
|
|
|
|
pkgname=pflask-git
|
2015-05-13 14:24:06 +00:00
|
|
|
version=20150513
|
2015-08-31 11:45:53 +00:00
|
|
|
revision=1
|
2015-05-13 14:24:06 +00:00
|
|
|
_githash=2d69096dc7e9bf2d833252445ce85a9ac020a535
|
|
|
|
wrksrc="pflask-${_githash}"
|
2015-03-03 18:04:13 +00:00
|
|
|
build_style=waf
|
2015-05-13 15:47:15 +00:00
|
|
|
hostmakedepends="python python-Sphinx ca-certificates"
|
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"
|
2015-05-13 14:24:06 +00:00
|
|
|
distfiles="${homepage}/archive/${_githash}.tar.gz"
|
|
|
|
checksum=9005aa83ce9b09de5705ccfc5f2d86d8902e4ca11552cc4bd58a2cab76c6bcd7
|
2015-02-20 12:53:42 +00:00
|
|
|
|
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-05-13 14:24:06 +00:00
|
|
|
vman build/docs/man/pflask.1
|
2015-02-20 12:53:42 +00:00
|
|
|
}
|