pam: update to 1.1.1.
--HG-- extra : convert_revision : b50e04b441ed0c245099df0324d81414009fe2bb
This commit is contained in:
parent
5f8c4ee785
commit
21ae50c8a6
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run cracklib-devel
|
||||||
Add_dependency run pam
|
Add_dependency run pam
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'pam'
|
# Template file for 'pam'
|
||||||
pkgname=pam
|
pkgname=pam
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
revision=1
|
|
||||||
wrksrc="Linux-PAM-$version"
|
wrksrc="Linux-PAM-$version"
|
||||||
distfiles="${KERNEL_SITE}/libs/pam/library/Linux-PAM-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/libs/pam/library/Linux-PAM-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -10,7 +9,7 @@ configure_args="--disable-selinux --libdir=/lib --disable-rpath
|
||||||
DESTDIR=$XBPS_DESTDIR/$pkgname-$version"
|
DESTDIR=$XBPS_DESTDIR/$pkgname-$version"
|
||||||
short_desc="A flexible mechanism for authenticating users"
|
short_desc="A flexible mechanism for authenticating users"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=139b1abb0f1c402e443ad9083b5ff0512f4a5ae7bc806528e9d7eced13384ed7
|
checksum=608d3eb9d7a5e1a7505fff62e6a583fdb6e52dc05bf54dc9661c5f395b1fb904
|
||||||
long_desc="
|
long_desc="
|
||||||
Linux-PAM provides a flexible mechanism for authenticating users.
|
Linux-PAM provides a flexible mechanism for authenticating users.
|
||||||
PAM was invented by SUN Microsystems."
|
PAM was invented by SUN Microsystems."
|
||||||
|
@ -21,10 +20,11 @@ conf_files="/etc/security/access.conf /etc/security/environment
|
||||||
/etc/security/time.conf"
|
/etc/security/time.conf"
|
||||||
subpackages="pam-devel"
|
subpackages="pam-devel"
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full cracklib
|
Add_dependency run cracklib
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
|
Add_dependency build cracklib-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue