New package: tacacs-4.0.4.28

This commit is contained in:
Renato Aguiar 2017-09-26 06:43:09 -07:00 committed by Michael Aldridge
parent eff0ac6442
commit c86b1c19f2
2 changed files with 20 additions and 0 deletions

View File

@ -2872,3 +2872,4 @@ libvala-0.38.so.0 libvala-0.38.1_1
libvaladoc-0.38.so.0 libvala-0.38.1_1
libphodav-2.0.so.0 phodav-2.2_1
libgfshare.so.2 libgfshare-2.0.0_1
libtacacs.so.1 tacacs-4.0.4.28_1

19
srcpkgs/tacacs/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'tacacs'
pkgname=tacacs
version=4.0.4.28
revision=1
wrksrc=$pkgname-F$version
build_style=gnu-configure
configure_args="--with-libwrap=no"
hostmakedepends="flex perl"
short_desc="Modified version of Cisco's tacacs+ (tac_plus) developer's kit"
maintainer="Renato Aguiar <renato@renag.me>"
license="custom"
homepage="http://www.shrubbery.net/tac_plus/"
distfiles="ftp://ftp.shrubbery.net/pub/tac_plus/$pkgname-F$version.tar.gz"
checksum=147f2dc98d26d2f93f0aba76c988ced196ffe1c001dc2e91f788a1a2c747219e
only_for_archs="x86_64 i686 aarch64 armv7hf"
post_install() {
vlicense COPYING
}