wok-next view proot/receipt @ rev 21337

clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 14 19:40:43 2019 +0000 (2019-12-14)
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"