void-packages/srcpkgs/lxc/template
2011-02-09 19:28:41 +01:00

23 lines
849 B
Plaintext

# Template file for 'lxc'
pkgname=lxc
version=0.7.3
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 run glibc
Add_dependency run liblxc
Add_dependency build libcap-devel