void-packages/srcpkgs/tacacs/template
2017-10-15 16:19:10 -07:00

20 lines
603 B
Bash

# 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
}