void-packages/srcpkgs/proot/template

23 lines
600 B
Text
Raw Normal View History

2013-04-04 15:09:18 +00:00
# Template file for 'proot'
pkgname=proot
2014-06-06 09:20:48 +00:00
version=3.2.2
2013-04-04 15:09:18 +00:00
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"
2014-06-06 09:20:48 +00:00
distfiles="https://github.com/cedric-vincent/PRoot/archive/v${version}.tar.gz"
checksum="481296465027c48de8b8779c4cdad57948c765139f2a17b25590068b8d21a111"
2013-04-04 15:09:18 +00:00
makedepends="talloc-devel"
2014-06-06 09:20:48 +00:00
wrksrc="PRoot-${version}"
2013-04-04 15:09:18 +00:00
do_build() {
cd src
2013-05-15 07:09:16 +00:00
make CC=$CC CFLAGS="$CFLAGS" ${makejobs}
2013-04-04 15:09:18 +00:00
}
do_install() {
vinstall src/proot 755 usr/bin
vinstall doc/proot.1 644 usr/share/man/man1
}