void-packages/srcpkgs/capchroot/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

18 lines
549 B
Plaintext

# Template file for 'capchroot'
pkgname=capchroot
version=0.1
distfiles="http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.gz"
build_style=gnu-makefile
short_desc="Use chroot with capabilities as normal user"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9e28571684022698921f25711f60f3e634206412851150905ec73cfd63bc0e92
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