Merge pull request #3336 from Vaelatern/pam_radius_auth
New package: pam_radius_auth-1.4.0
This commit is contained in:
commit
7bcef6de8e
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'pam_radius_auth'
|
||||
pkgname=pam_radius_auth
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
wrksrc="pam_radius-${version}"
|
||||
conf_files="/etc/raddb/server"
|
||||
makedepends="pam-devel"
|
||||
depends="pam"
|
||||
short_desc="PAM to RADIUS authentication module"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://freeradius.org/pam_radius_auth/"
|
||||
distfiles="ftp://ftp.freeradius.org/pub/radius/pam_radius-${version}.tar.gz"
|
||||
checksum=742d79fc39824726c098e746bd3dc3484f983f5ee082c621c1e848b2c3725305
|
||||
|
||||
do_install() {
|
||||
vinstall pam_radius_auth.so 755 /usr/lib/security/
|
||||
vmkdir /etc/raddb
|
||||
vinstall pam_radius_auth.conf 600 /etc/raddb/ server
|
||||
}
|
Loading…
Reference in New Issue