diff options
author | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
commit | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (patch) | |
tree | 842c0bf2e354faca64f878dce5a2166c7b0dad64 /community/freeradius/PKGBUILD | |
parent | defe74c9cba07c321ad2869d8f6872e64a167324 (diff) |
Thu May 3 00:01:52 UTC 2012
Diffstat (limited to 'community/freeradius/PKGBUILD')
-rw-r--r-- | community/freeradius/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index c68adf374..003e31405 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 65013 2012-02-20 01:41:32Z spupykin $ +# $Id: PKGBUILD 70173 2012-05-01 11:40:01Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jason R Begley (jayray@digitalgoat.com> pkgname=freeradius pkgver=2.1.12 -pkgrel=4 +pkgrel=5 pkgdesc="The premier open source RADIUS server" arch=('i686' 'x86_64') url="http://www.freeradius.org/" -license=("GPL") -depends=('openssl' 'krb5' 'pth' 'libldap>=2.4.18' 'net-snmp' 'pam' - 'postgresql-libs>=9.0.3' 'libtool' 'libmysqlclient' 'gdbm' 'shadow') +license=('GPL') +depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmysqlclient') makedepends=('libpcap' 'unixodbc' 'python2') optdepends=('libpcap' 'unixodbc' 'python2') -options=('!libtool' 'emptydirs' '!makeflags') +options=('!libtool' '!makeflags') install=$pkgname.install -source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2 +source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig} radiusd krb5-build-fix.patch) md5sums=('862d3a2c11011e61890ba84fa636ed8c' + '8759569d36b9f353c281e24875b556be' 'f1a6530b1b69d2fa793aa45b2de379bb' 'c6a61de7576933f59154a53bfc12a2d2') |