buildrootschalter/package/lxc/lxc.mk
Jérôme Pouiller f62a006639 lxc: new package
Linux Containers (LXC), provides the ability to group and isolate
of a set of processes in a jail by virtualizing and accounting the
kernel resources. It is similar to Linux-Vserver or Openvz.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-13 23:09:34 +02:00

15 lines
414 B
Makefile

################################################################################
#
# lxc
#
################################################################################
LXC_VERSION = 0.9.0
LXC_SITE = http://downloads.sourceforge.net/project/lxc/lxc/lxc-$(LXC_VERSION)
LXC_LICENSE = LGPLv2.1+
LXC_LICENSE_FILES = COPYING
LXC_DEPENDENCIES = libcap
LXC_CONF_OPT = --disable-apparmor
$(eval $(autotools-package))