pam: move docs to -devel subpkg.

This commit is contained in:
Juan RP 2012-01-30 09:25:16 +01:00
parent d3967b3a19
commit 6e508f878f
2 changed files with 5 additions and 3 deletions

View file

@ -5,12 +5,14 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run cracklib-devel
Add_dependency run db-devel
Add_dependency run pam
do_install()
{
do_install() {
vmove usr/include usr
vmove usr/share/man/man3 usr/share/man
vmove usr/share/doc usr/share
}

View file

@ -4,7 +4,7 @@ version=1.1.5
wrksrc="Linux-PAM-$version"
#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"
revision=1
revision=2
short_desc="A flexible mechanism for authenticating users"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org/pub/linux/libs/pam/"