From 531c0a66bf05eb8005bbfc69920b41f6fbead9c3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 10 Jul 2015 07:04:02 +0200 Subject: [PATCH] containers: update to 1.3. --- srcpkgs/containers/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/containers/template b/srcpkgs/containers/template index c8eb0423a01..5574032938f 100644 --- a/srcpkgs/containers/template +++ b/srcpkgs/containers/template @@ -1,24 +1,22 @@ # Template file for 'containers' pkgname=containers -version=1.2 -revision=2 -hostmakedepends="git" +version=1.3 +revision=1 +wrksrc="${pkgname}-${pkgname}-${version}" short_desc="Lightweight containers using Linux user namespaces" maintainer="Juan RP " license="MIT" homepage="https://github.com/arachsys/containers" - -do_fetch() { - git clone -b ${pkgname}-${version} \ - git://github.com/arachsys/containers.git ${pkgname}-${version} -} +distfiles="https://github.com/arachsys/containers/archive/containers-${version}.tar.gz" +checksum=329b047cf69ac1030da54795cedbbd7b34f52665da6a7e48aace512f1c8ffa65 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 }