proot: drop do_build in favour of build-style
This commit is contained in:
parent
d1a69567dc
commit
cadff98386
1 changed files with 2 additions and 4 deletions
|
@ -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 <piraty1@inbox.ru>"
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue