From c86b1c19f2cdc3438cc47ea44df77177f0b0f796 Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Tue, 26 Sep 2017 06:43:09 -0700 Subject: [PATCH] New package: tacacs-4.0.4.28 --- common/shlibs | 1 + srcpkgs/tacacs/template | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 srcpkgs/tacacs/template diff --git a/common/shlibs b/common/shlibs index dfb7430003e..9171b70dffc 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/tacacs/template b/srcpkgs/tacacs/template new file mode 100644 index 00000000000..199078ae6d9 --- /dev/null +++ b/srcpkgs/tacacs/template @@ -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 " +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 +}