From bfb4b6e1189aeb8b7d31c308ced25cb41507dd9a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 16 Jan 2018 12:40:18 +0100 Subject: [PATCH] pflask-git: remove git version Closes #10878. Signed-off-by: Enno Boland --- srcpkgs/pflask-git/template | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 srcpkgs/pflask-git/template diff --git a/srcpkgs/pflask-git/template b/srcpkgs/pflask-git/template deleted file mode 100644 index 4a15c938d20..00000000000 --- a/srcpkgs/pflask-git/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'pflask-git' -pkgname=pflask-git -version=20160206 -revision=1 -_githash=599418bb6453eaa0ccab493f9411f13726c1a636 -wrksrc="pflask-${_githash}" -build_style=waf -hostmakedepends="python python-Sphinx ca-certificates" -short_desc="Simple tool for creating Linux namespace containers" -maintainer="Christian Neukirchen " -license="BSD" -homepage="https://github.com/ghedo/pflask" -distfiles="${homepage}/archive/${_githash}.tar.gz" -checksum=2545fca37f9da484b46b6fb5e3a9bbba6526a9725189fe4af5227ef6e6fca440 - -pre_configure() { - python bootstrap.py -} - -do_install() { - vlicense COPYING LICENSE - vbin build/pflask - vman build/docs/man/pflask.1 -}