void-packages/srcpkgs/lxc/template

22 lines
809 B
Plaintext

# Template file for 'lxc'
pkgname=lxc
version=0.7.3
revision=2
distfiles="http://lxc.sourceforge.net/download/lxc/lxc-$version.tar.gz"
build_style=gnu-configure
short_desc="LinuX Containers"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fa3b28cdb79b7c4735eaa8535dd014f94c8b7683d8ce2934d5836d241f48da09
long_desc="
The container technology is actively being pushed into the mainstream linux
kernel. It provides the resource management through the control groups aka
process containers and resource isolation through the namespaces.
The linux containers, lxc, aims to use these new functionalities to provide
an userspace container object which provides full resource isolation and
resource control for an application or a system."
subpackages="liblxc lxc-devel"
Add_dependency build libcap-devel