Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tacacs: split devel, orphan
@ 2020-05-08 22:57 renatoaguiar
  2020-05-08 23:17 ` [PR PATCH] [Updated] " renatoaguiar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: renatoaguiar @ 2020-05-08 22:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is a new pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages tacacs
https://github.com/void-linux/void-packages/pull/21765

tacacs: split devel, orphan


A patch file from https://github.com/void-linux/void-packages/pull/21765.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tacacs-21765.patch --]
[-- Type: text/x-diff, Size: 1554 bytes --]

From 7730de808138f69c1211e9ed82fc6a2a097400cb Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renatoaguiar.net>
Date: Fri, 8 May 2020 15:57:05 -0700
Subject: [PATCH] tacacs: split devel, orphan

---
 srcpkgs/tacacs-devel    |  1 +
 srcpkgs/tacacs/template | 14 ++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/tacacs-devel

diff --git a/srcpkgs/tacacs-devel b/srcpkgs/tacacs-devel
new file mode 120000
index 00000000000..565cefe4825
--- /dev/null
+++ b/srcpkgs/tacacs-devel
@@ -0,0 +1 @@
+tacacs
\ No newline at end of file
diff --git a/srcpkgs/tacacs/template b/srcpkgs/tacacs/template
index 823dc0dde05..dcbd1015f08 100644
--- a/srcpkgs/tacacs/template
+++ b/srcpkgs/tacacs/template
@@ -1,13 +1,13 @@
 # Template file for 'tacacs'
 pkgname=tacacs
 version=4.0.4.28
-revision=1
+revision=2
 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>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom"
 homepage="http://www.shrubbery.net/tac_plus/"
 distfiles="ftp://ftp.shrubbery.net/pub/tac_plus/$pkgname-F$version.tar.gz"
@@ -27,3 +27,13 @@ pre_configure() {
 post_install() {
 	vlicense COPYING
 }
+
+tacacs-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-11 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 22:57 [PR PATCH] tacacs: split devel, orphan renatoaguiar
2020-05-08 23:17 ` [PR PATCH] [Updated] " renatoaguiar
2020-05-09  0:05 ` renatoaguiar
2020-05-11 18:42 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).