void-packages/srcpkgs/lxc/template

38 lines
1.1 KiB
Text
Raw Normal View History

2011-02-09 18:27:28 +00:00
# Template file for 'lxc'
pkgname=lxc
2012-11-13 09:37:18 +00:00
version=0.8.0
revision=2
build_style=gnu-configure
2012-11-13 09:37:18 +00:00
configure_args="--disable-apparmor"
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"
2012-11-13 09:37:18 +00:00
distfiles="http://lxc.sourceforge.net/download/lxc/lxc-${version}.tar.gz"
checksum=eac833730b94e423d4bef6834bc4a716437d2abd6ab8b24334c506aaaa08692c
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."
liblxc_package() {
short_desc+=" - shared library"
pkg_install() {
vmove "usr/lib/*.so*"
}
}
lxc-devel_package() {
depends="libcap-devel liblxc-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}