proot: drop do_build in favour of build-style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user