proot: update to 5.1.0.
This commit is contained in:
parent
16398cc843
commit
371129d058
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'proot'
|
# Template file for 'proot'
|
||||||
pkgname=proot
|
pkgname=proot
|
||||||
version=5.0.0
|
version=5.1.0
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="PRoot-${version}"
|
||||||
|
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="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://proot.me"
|
homepage="http://proot.me"
|
||||||
distfiles="https://github.com/cedric-vincent/PRoot/archive/v${version}.tar.gz"
|
distfiles="https://github.com/cedric-vincent/PRoot/archive/v${version}.tar.gz"
|
||||||
checksum=e3f4f38132416e0306fe8e7e225f037e1630665231c65a659969f7c0555483a7
|
checksum=50fcb882662b2de3e64e603b68d1af75e920d480191a49e11c0cb63d50040386
|
||||||
makedepends="libarchive-devel talloc-devel"
|
|
||||||
wrksrc="PRoot-${version}"
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s,strip,${STRIP},g" src/GNUmakefile
|
sed -i "s,strip,:,g" src/GNUmakefile
|
||||||
sed -i "s,objcopy,${OBJCOPY},g" src/GNUmakefile
|
sed -i "s,objcopy,${OBJCOPY},g" src/GNUmakefile
|
||||||
sed -i "s,objdump,${OBJDUMP},g" src/GNUmakefile
|
sed -i "s,objdump,${OBJDUMP},g" src/GNUmakefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue