Added lxc-0.7.3 build template.
This commit is contained in:
23
srcpkgs/lxc/template
Normal file
23
srcpkgs/lxc/template
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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 libcap
|
||||
Add_dependency run liblxc
|
||||
Add_dependency build libcap-devel
|
||||
Reference in New Issue
Block a user