40 lines
1.3 KiB
Text
40 lines
1.3 KiB
Text
# Template file for 'pam'
|
|
pkgname=pam
|
|
version=1.1.6
|
|
revision=1
|
|
wrksrc="Linux-PAM-$version"
|
|
build_style=gnu-configure
|
|
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin --docdir=/usr/share/doc/pam"
|
|
subpackages="pam-devel pam-userdb"
|
|
makedepends="flex cracklib-devel db-devel libtirpc-devel"
|
|
short_desc="A flexible mechanism for authenticating users"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.kernel.org/pub/linux/libs/pam/"
|
|
license="GPL-2"
|
|
#distfiles="${KERNEL_SITE}/libs/pam/library/Linux-PAM-$version.tar.bz2"
|
|
distfiles="https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$version.tar.bz2"
|
|
checksum=bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2
|
|
long_desc="
|
|
Linux-PAM provides a flexible mechanism for authenticating users.
|
|
PAM was invented by SUN Microsystems."
|
|
|
|
conf_files="
|
|
/etc/environment
|
|
/etc/security/access.conf
|
|
/etc/security/group.conf
|
|
/etc/security/limits.conf
|
|
/etc/security/namespace.conf
|
|
/etc/security/pam_env.conf
|
|
/etc/security/time.conf"
|
|
|
|
post_install() {
|
|
# Fix unix_chkpwd perms.
|
|
chmod 4755 ${DESTDIR}/usr/sbin/unix_chkpwd
|
|
#
|
|
# Fix a syntax error in namespace.init, -p flag is unknown
|
|
# at least to dash and bash.
|
|
#
|
|
sed -i -e "s|^#!/bin/sh -p$|#!/bin/sh|" \
|
|
${DESTDIR}/etc/security/namespace.init
|
|
chmod 755 ${DESTDIR}/etc/security/namespace.init
|
|
}
|