New package: proot-2.4.1.

This commit is contained in:
Juan RP 2013-04-04 17:09:18 +02:00
parent 82f6852a7b
commit 56b7a45ac0

27
srcpkgs/proot/template Normal file
View file

@ -0,0 +1,27 @@
# Template file for 'proot'
pkgname=proot
version=2.4.1
revision=1
short_desc="User-space implementation of chroot, mount --bind, and binfmt_misc"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://proot.me"
nofetch=yes
noextract=yes
makedepends="talloc-devel"
do_fetch() {
git clone -bv${version} git://github.com/cedric-vincent/PRoot.git \
${pkgname}-${version}
}
do_build() {
cd src
make ${makejobs}
}
do_install() {
vinstall src/proot 755 usr/bin
vinstall doc/proot.1 644 usr/share/man/man1
}