void-packages/srcpkgs/lxc/template
2012-07-02 15:28:54 +02:00

25 lines
957 B
Plaintext

# Template file for 'lxc'
pkgname=lxc
_distver=0.8.0
_patchver=rc1
version=${_distver}_${_patchver}
wrksrc=lxc-${_distver}-${_patchver}
revision=1
build_style=gnu-configure
subpackages="liblxc lxc-devel"
makedepends="libcap-devel"
short_desc="LinuX Containers"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://lxc.sourceforge.net"
license="LGPL-2.1"
distfiles="http://lxc.sourceforge.net/download/lxc/lxc-${_distver}-${_patchver}.tar.gz"
checksum=32bf83902c07387646c55de440d6d12cf61bd54c97417109c2d1ac47d17cb911
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."