pam-mount: add dm-crypt support; add missing conf_files.
This commit is contained in:
parent
2c523514a7
commit
7d51fd5369
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'pam-mount'
|
||||
pkgname=pam-mount
|
||||
version=2.15
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=pam_mount-$version
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssbindir=/usr/bin --with-slibdir=/usr/lib"
|
||||
conf_files="/etc/security/pam_mount.conf.xml"
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="libHX-devel libmount-devel libxml2-devel pcre-devel pam-devel"
|
||||
makedepends="libHX-devel libmount-devel libxml2-devel pcre-devel pam-devel cryptsetup-devel"
|
||||
depends="pam"
|
||||
short_desc="PAM module that can mount volumes for a user session"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue