Added capchroot-0.1 build template.
--HG-- extra : convert_revision : 7d78d145ea2d104617ba54a238ad54de60b05875
This commit is contained in:
parent
3e8bd5917c
commit
af16e908da
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'capchroot'
|
||||
pkgname=capchroot
|
||||
version=0.1
|
||||
distfiles="http://projects.archlinux.org/users/thomas/$pkgname.git/snapshot/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_makefile
|
||||
short_desc="Use chroot with capabilities as normal user"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=89387e78b092a1107543987884086b29db730b14cad7c6237b01e46f8488a55d
|
||||
long_desc="
|
||||
A tool that allows users to chroot to certain directories without
|
||||
root privileges."
|
||||
|
||||
conf_files="/etc/capchroot.allow"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libcap
|
||||
Add_dependency build libcap-devel
|
Loading…
Reference in New Issue