Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files and other related stuff are stored there. --HG-- extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
This commit is contained in:
29
templates/linux-pam/template
Normal file
29
templates/linux-pam/template
Normal file
@@ -0,0 +1,29 @@
|
||||
# Template file for 'linux-pam'
|
||||
pkgname=linux-pam
|
||||
version=1.0.2
|
||||
wrksrc="Linux-PAM-$version"
|
||||
distfiles="
|
||||
http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-selinux --libdir=/lib
|
||||
--docdir=/usr/share/doc/pam --enable-securedir=/lib/security
|
||||
--enable-sconfigdir=/etc/security --mandir=/usr/share/man
|
||||
--infodir=/usr/share/info --localedir=/usr/share/locale
|
||||
--datadir=/usr/share --disable-rpath --with-cracklib
|
||||
--enable-read-both-confs"
|
||||
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version
|
||||
sysconfdir=/etc/security"
|
||||
short_desc="A flexible mechanism for authenticating users"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=42d06febf4717dd43eb557027d1b00a484c22589793438778ed69449a073a3b8
|
||||
long_desc="
|
||||
Linux-PAM provides a flexible mechanism for authenticating users.
|
||||
PAM was invented by SUN Microsystems."
|
||||
|
||||
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"
|
||||
build_depends="flex-2.5.35 cracklib-2.8.13"
|
||||
run_depends="glibc-2.8 cracklib-2.8.13"
|
||||
Reference in New Issue
Block a user