mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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
|
version=5.1.0
|
||||||
revision=6
|
revision=6
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
makedepends="libarchive-devel talloc-devel"
|
makedepends="libarchive-devel talloc-devel"
|
||||||
short_desc="User-space implementation of chroot, mount --bind, and binfmt_misc"
|
short_desc="User-space implementation of chroot, mount --bind, and binfmt_misc"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
|
@ -16,10 +18,6 @@ pre_build() {
|
||||||
cp ${FILESDIR}/ptrace_compat.h .
|
cp ${FILESDIR}/ptrace_compat.h .
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin proot
|
vbin proot
|
||||||
vman ../doc/proot/man.1 proot.1
|
vman ../doc/proot/man.1 proot.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue