22 lines
895 B
Text
22 lines
895 B
Text
# Template file for 'lxc'
|
|
pkgname=lxc
|
|
version=0.8.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-apparmor"
|
|
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-${version}.tar.gz"
|
|
checksum=eac833730b94e423d4bef6834bc4a716437d2abd6ab8b24334c506aaaa08692c
|
|
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."
|