2009-02-25 05:15:20 +00:00
|
|
|
# Template file for 'pam'
|
|
|
|
pkgname=pam
|
2012-10-07 05:13:13 +00:00
|
|
|
version=1.1.6
|
2013-04-01 09:06:07 +00:00
|
|
|
revision=4
|
2008-10-26 05:55:05 +00:00
|
|
|
wrksrc="Linux-PAM-$version"
|
2012-07-09 13:05:50 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-01 09:06:07 +00:00
|
|
|
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin
|
|
|
|
--docdir=/usr/share/doc/pam --disable-nis"
|
2013-02-07 15:47:57 +00:00
|
|
|
depends="cracklib"
|
2013-02-08 12:04:09 +00:00
|
|
|
subpackages="pam-devel pam-userdb pam-libs"
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="flex"
|
2013-04-01 09:06:07 +00:00
|
|
|
makedepends="libfl-devel cracklib-devel db-devel"
|
2008-10-26 05:55:05 +00:00
|
|
|
short_desc="A flexible mechanism for authenticating users"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-09 15:49:33 +00:00
|
|
|
homepage="http://www.kernel.org/pub/linux/libs/pam/"
|
|
|
|
license="GPL-2"
|
2012-07-09 13:05:50 +00:00
|
|
|
#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"
|
2012-10-07 05:13:13 +00:00
|
|
|
checksum=bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2
|
2008-10-26 05:55:05 +00:00
|
|
|
|
2010-01-08 23:09:45 +00:00
|
|
|
conf_files="
|
2010-01-17 21:48:29 +00:00
|
|
|
/etc/environment
|
2010-01-08 23:09:45 +00:00
|
|
|
/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"
|
2011-07-09 15:49:33 +00:00
|
|
|
|
2013-03-24 09:21:58 +00:00
|
|
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
2013-04-01 09:08:08 +00:00
|
|
|
hostmakedepends="flex automake gettext-devel pkg-config libtool"
|
2013-02-07 15:47:57 +00:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
fi
|
|
|
|
|
2012-07-09 13:05:50 +00:00
|
|
|
post_install() {
|
2009-04-21 16:07:01 +00:00
|
|
|
# Fix unix_chkpwd perms.
|
2012-07-09 13:05:50 +00:00
|
|
|
chmod 4755 ${DESTDIR}/usr/sbin/unix_chkpwd
|
2010-01-17 21:48:29 +00:00
|
|
|
#
|
|
|
|
# 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|" \
|
2011-07-09 15:49:33 +00:00
|
|
|
${DESTDIR}/etc/security/namespace.init
|
|
|
|
chmod 755 ${DESTDIR}/etc/security/namespace.init
|
2009-04-21 15:56:06 +00:00
|
|
|
}
|