wok-next view proot/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="proot"
4 VERSION="5.1.0"
5 CATEGORY="misc"
6 SHORT_DESC="User-space implementation of chroot, mount --bind, and binfmt_misc"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://proot-me.github.io/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/proot-me/PRoot/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="talloc-dev"
16 compile_rules() {
17 cd $src/src
18 make proot || return 1
20 install -Dm755 proot $install/usr/bin/proot
21 install -Dm644 $src/doc/proot/man.1 $install/usr/share/man/man1/proot.1
22 }
24 DEPENDS="talloc"