2009-02-25 05:15:20 +00:00
|
|
|
# Template file for 'pam'
|
|
|
|
pkgname=pam
|
|
|
|
sourcepkg=pam
|
2009-03-12 23:46:33 +00:00
|
|
|
version=1.0.4
|
2008-10-26 05:55:05 +00:00
|
|
|
wrksrc="Linux-PAM-$version"
|
|
|
|
distfiles="
|
2008-10-28 22:57:52 +00:00
|
|
|
http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$version.tar.bz2"
|
2008-10-26 05:55:05 +00:00
|
|
|
build_style=gnu_configure
|
2009-03-18 09:02:43 +00:00
|
|
|
configure_args="--disable-selinux --libdir=/lib --disable-rpath
|
2008-10-26 05:55:05 +00:00
|
|
|
--docdir=/usr/share/doc/pam --enable-securedir=/lib/security
|
2009-03-18 09:02:43 +00:00
|
|
|
--enable-sconfigdir=/etc/security --enable-read-both-confs"
|
|
|
|
make_install_args="sysconfdir=/etc/security"
|
2008-10-26 05:55:05 +00:00
|
|
|
short_desc="A flexible mechanism for authenticating users"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-03-12 23:46:33 +00:00
|
|
|
checksum=13136d438f5748d08dcb2227e44e53a3c611351b96e11891052e0c8c2557f3ca
|
2008-10-26 05:55:05 +00:00
|
|
|
long_desc="
|
|
|
|
Linux-PAM provides a flexible mechanism for authenticating users.
|
|
|
|
PAM was invented by SUN Microsystems."
|
|
|
|
|
2008-12-16 02:06:23 +00:00
|
|
|
keep_dirs="/etc/security"
|
|
|
|
conf_files="/etc/security/access.conf /etc/security/environment
|
|
|
|
/etc/security/group.conf /etc/security/limits.conf
|
|
|
|
/etc/security/namespace.conf /etc/security/pam_env.conf
|
|
|
|
/etc/security/time.conf"
|
2009-02-25 05:15:20 +00:00
|
|
|
subpackages="devel"
|
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full cracklib
|
|
|
|
Add_dependency build flex
|