lxc: update to 0.8.0.
This commit is contained in:
parent
6cd3587d9e
commit
cc5115c210
2 changed files with 7 additions and 10 deletions
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'lxc-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libcap-devel liblxc>=$version"
|
||||
depends="libcap-devel liblxc-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,19 +1,17 @@
|
|||
# Template file for 'lxc'
|
||||
pkgname=lxc
|
||||
_distver=0.8.0
|
||||
_patchver=rc1
|
||||
version=${_distver}_${_patchver}
|
||||
wrksrc=lxc-${_distver}-${_patchver}
|
||||
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-${_distver}-${_patchver}.tar.gz"
|
||||
checksum=32bf83902c07387646c55de440d6d12cf61bd54c97417109c2d1ac47d17cb911
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue