mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/freeradius to 3.0.20-4
This commit is contained in:
parent
7af23398f7
commit
91dde43dfa
1 changed files with 12 additions and 5 deletions
|
@ -7,18 +7,25 @@
|
|||
|
||||
pkgname=freeradius
|
||||
pkgver=3.0.20
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='The premier open source RADIUS server'
|
||||
arch=('x86_64')
|
||||
url="https://freeradius.org/"
|
||||
license=('GPL')
|
||||
depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
|
||||
'libpcap' 'libwbclient')
|
||||
makedepends=('unixodbc' 'python' 'curl' 'json-c' 'samba')
|
||||
optdepends=('unixodbc: for ODBC'
|
||||
'python: for Python'
|
||||
makedepends=('curl' 'freetds' 'hiredis' 'json-c' 'libmemcached' 'perl'
|
||||
'python' 'samba' 'sqlite' 'unixodbc' 'yubico-c-client')
|
||||
optdepends=('curl: for REST'
|
||||
'freetds: for Sybase and MS SQL'
|
||||
'hiredis: for redis support'
|
||||
'json-c: rlm_rest module'
|
||||
'curl: for REST')
|
||||
'libmemcached: for memcached'
|
||||
'perl: for Perl'
|
||||
'python: for Python'
|
||||
'sqlite: for sqlite'
|
||||
'unixodbc: for ODBC'
|
||||
'yubico-c-client: for yubicloud')
|
||||
options=('!makeflags')
|
||||
validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - Package Signing [...] <packages@freeradius.org>
|
||||
source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
|
||||
|
|
Loading…
Reference in a new issue