diff --git a/srcpkgs/capchroot/template b/srcpkgs/capchroot/template new file mode 100644 index 0000000000..1703f02ce0 --- /dev/null +++ b/srcpkgs/capchroot/template @@ -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 " +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