pam: split out shlibs to a new subpkg: pam-libs.
This commit is contained in:
parent
4e2baf904c
commit
956f12ef59
5 changed files with 15 additions and 5 deletions
|
@ -170,8 +170,9 @@ libacl.so.1 acl-2.2.47_1
|
||||||
libpython2.7.so.1.0 python-2.7_1
|
libpython2.7.so.1.0 python-2.7_1
|
||||||
libffi.so.5 libffi-3.0.8_1
|
libffi.so.5 libffi-3.0.8_1
|
||||||
libcrack.so.2 libcracklib-2.8.22_2
|
libcrack.so.2 libcracklib-2.8.22_2
|
||||||
libpam.so.0 pam-1.0.0_1
|
libpam.so.0 pam-libs-1.1.6_3
|
||||||
libpam_misc.so.0 pam-1.0.0_1
|
libpamc.so.0 pam-libs-1.1.6_3
|
||||||
|
libpam_misc.so.0 pam-libs-1.1.6_3
|
||||||
libcap.so.2 libcap-2.16_1
|
libcap.so.2 libcap-2.16_1
|
||||||
liblzma.so.5 liblzma-5.0.0_1
|
liblzma.so.5 liblzma-5.0.0_1
|
||||||
libuuid.so.1 libuuid-2.18_1
|
libuuid.so.1 libuuid-2.18_1
|
||||||
|
|
1
srcpkgs/pam-libs
Symbolic link
1
srcpkgs/pam-libs
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
pam
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pam-devel'.
|
# Template file for 'pam-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="cracklib-devel db-devel pam>=$version"
|
depends="cracklib-devel db-devel pam-libs>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
8
srcpkgs/pam/pam-libs.template
Normal file
8
srcpkgs/pam/pam-libs.template
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Template file for 'pam-lib'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} -- runtime libraries"
|
||||||
|
replaces="pam<1.1.6_3"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
}
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'pam'
|
# Template file for 'pam'
|
||||||
pkgname=pam
|
pkgname=pam
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="Linux-PAM-$version"
|
wrksrc="Linux-PAM-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin --docdir=/usr/share/doc/pam"
|
configure_args="--libdir=/usr/lib --sbindir=/usr/sbin --docdir=/usr/share/doc/pam"
|
||||||
depends="cracklib"
|
depends="cracklib"
|
||||||
subpackages="pam-devel pam-userdb"
|
subpackages="pam-devel pam-userdb pam-libs"
|
||||||
makedepends="flex cracklib-devel db-devel libtirpc-devel"
|
makedepends="flex cracklib-devel db-devel libtirpc-devel"
|
||||||
crossmakedepends="libfl-devel cracklib-devel db-devel libtirpc-devel"
|
crossmakedepends="libfl-devel cracklib-devel db-devel libtirpc-devel"
|
||||||
short_desc="A flexible mechanism for authenticating users"
|
short_desc="A flexible mechanism for authenticating users"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue