From 8569a8e9f3806526d86b997debc7f38dcb10a36d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 15 Jan 2017 16:16:39 +0100 Subject: [PATCH] containers: update to 1.6. --- srcpkgs/containers/template | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/containers/template b/srcpkgs/containers/template index fd394f3cbd4..cc0bd45311f 100644 --- a/srcpkgs/containers/template +++ b/srcpkgs/containers/template @@ -1,29 +1,21 @@ # Template file for 'containers' pkgname=containers -version=1.5 +version=1.6 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" +build_style=gnu-makefile short_desc="Lightweight containers using Linux user namespaces" maintainer="Juan RP " license="MIT" homepage="https://github.com/arachsys/containers" -distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz - https://github.com/Duncaen/containers/commit/b1694737841e30acee923d948c0d65a9c94281dd.patch>err.patch" -checksum="fdb286e1e2bbcccd3fee7672658114dc187f882d9414cf2fe1b62468c5400548 - fed73cb27a7cd5b8750f4ca25657ad58d1a7b306a4c6d2464818b0f8aee368b8" +distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz" +checksum=38a13fc323f163657fa6c1aa8653e468eb003eae7de071c16acf810cdd1ce981 -pre_build() { - patch -Np1 <../err.patch - rm ../err.patch -} - -do_build() { - make CC=$CC CFLAGS="${CFLAGS}" ${makejobs} -} do_install() { vbin inject vinstall contain 4755 usr/bin vinstall pseudo 4755 usr/bin vlicense COPYING vdoc README + vdoc TIPS }