containers: update to 1.6.
This commit is contained in:
parent
4aa0b1e0ef
commit
8569a8e9f3
|
@ -1,29 +1,21 @@
|
||||||
# Template file for 'containers'
|
# Template file for 'containers'
|
||||||
pkgname=containers
|
pkgname=containers
|
||||||
version=1.5
|
version=1.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
short_desc="Lightweight containers using Linux user namespaces"
|
short_desc="Lightweight containers using Linux user namespaces"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/arachsys/containers"
|
homepage="https://github.com/arachsys/containers"
|
||||||
distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz
|
distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz"
|
||||||
https://github.com/Duncaen/containers/commit/b1694737841e30acee923d948c0d65a9c94281dd.patch>err.patch"
|
checksum=38a13fc323f163657fa6c1aa8653e468eb003eae7de071c16acf810cdd1ce981
|
||||||
checksum="fdb286e1e2bbcccd3fee7672658114dc187f882d9414cf2fe1b62468c5400548
|
|
||||||
fed73cb27a7cd5b8750f4ca25657ad58d1a7b306a4c6d2464818b0f8aee368b8"
|
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
patch -Np1 <../err.patch
|
|
||||||
rm ../err.patch
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make CC=$CC CFLAGS="${CFLAGS}" ${makejobs}
|
|
||||||
}
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin inject
|
vbin inject
|
||||||
vinstall contain 4755 usr/bin
|
vinstall contain 4755 usr/bin
|
||||||
vinstall pseudo 4755 usr/bin
|
vinstall pseudo 4755 usr/bin
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vdoc README
|
vdoc README
|
||||||
|
vdoc TIPS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue