mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'.
|
# Template file for 'lxc-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="libcap-devel liblxc>=$version"
|
depends="libcap-devel liblxc-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'lxc'
|
# Template file for 'lxc'
|
||||||
pkgname=lxc
|
pkgname=lxc
|
||||||
_distver=0.8.0
|
version=0.8.0
|
||||||
_patchver=rc1
|
|
||||||
version=${_distver}_${_patchver}
|
|
||||||
wrksrc=lxc-${_distver}-${_patchver}
|
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-apparmor"
|
||||||
subpackages="liblxc lxc-devel"
|
subpackages="liblxc lxc-devel"
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
short_desc="LinuX Containers"
|
short_desc="LinuX Containers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://lxc.sourceforge.net"
|
homepage="http://lxc.sourceforge.net"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://lxc.sourceforge.net/download/lxc/lxc-${_distver}-${_patchver}.tar.gz"
|
distfiles="http://lxc.sourceforge.net/download/lxc/lxc-${version}.tar.gz"
|
||||||
checksum=32bf83902c07387646c55de440d6d12cf61bd54c97417109c2d1ac47d17cb911
|
checksum=eac833730b94e423d4bef6834bc4a716437d2abd6ab8b24334c506aaaa08692c
|
||||||
long_desc="
|
long_desc="
|
||||||
The container technology is actively being pushed into the mainstream linux
|
The container technology is actively being pushed into the mainstream linux
|
||||||
kernel. It provides the resource management through the control groups aka
|
kernel. It provides the resource management through the control groups aka
|
||||||
|
|
Loading…
Add table
Reference in a new issue