void-packages/srcpkgs/lxc/template

25 lines
957 B
Text
Raw Normal View History

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