updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / tacacs-plus / PKGBUILD
blob2bd636d4a4ef030f4a6aa3584e26892995f6e13d
1 # Maintainer: Michael Asher < michael [at] wesolveeverything dot com >
2 # Contributor: Michael Asher < michael [at] wesolveeverything dot com >
3 pkgname=tacacs-plus
4 pkgver=4.0.4.20
5 pkgrel=1
6 pkgdesc="TACACS+ daemon"
7 arch=(i686 x86_64)
8 url="http://www.shrubbery.net/tac_plus/"
9 license=('Custom')
10 source=(ftp://ftp.shrubbery.net/pub/tac_plus/tacacs+-F${pkgver}.tar.gz)
11 optdepends=('tcp_wrappers')
13 build() {
14   cd ${srcdir}/tacacs+-F${pkgver}
15   
16   if [ ! -e "/usr/lib/libwrap.a" ] ; then
17     msg2 "Configuring without tcp_wrappers"
18     ./configure --prefix=/usr --with-libwrap=no >>/dev/null 2>&1
19   else
20     msg2 "Configuring with tcp_wrappers"
21     ./configure --prefix=/usr >>/dev/null 2>&1
22   fi
24   msg2 "Compiling..."
25   make all  2>&1 >>/dev/null
26   msg2 "Installing to ${pkgdir}"
27   make DESTDIR=${pkgdir} install >>/dev/null 2>&1 
28   msg2 "Copying License File..."
29     install -D -m644 ${srcdir}/tacacs+-F${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE >>/dev/null 
32 md5sums=('35b1081de86d0e8f2f99ba40844ceb31')
33 sha1sums=('233d3762357c8e59ec217102af53f2e7430300d7')