18 lines
580 B
Plaintext
18 lines
580 B
Plaintext
|
# 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
|