From cadff983868f31e06975a93f7f59d9816472b1e1 Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 30 Aug 2019 16:15:26 +0200 Subject: [PATCH] proot: drop do_build in favour of build-style --- srcpkgs/proot/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/proot/template b/srcpkgs/proot/template index f61e51ce8e..5ee9809c01 100644 --- a/srcpkgs/proot/template +++ b/srcpkgs/proot/template @@ -3,6 +3,8 @@ pkgname=proot version=5.1.0 revision=6 build_wrksrc=src +build_style=gnu-makefile +make_use_env=yes makedepends="libarchive-devel talloc-devel" short_desc="User-space implementation of chroot, mount --bind, and binfmt_misc" maintainer="Piraty " @@ -16,10 +18,6 @@ pre_build() { cp ${FILESDIR}/ptrace_compat.h . } -do_build() { - make CC=$CC CFLAGS="$CFLAGS" ${makejobs} -} - do_install() { vbin proot vman ../doc/proot/man.1 proot.1