Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] [NOMERGE] [RFC] New package: libnsl-1.2.0
Date: Sat, 06 Jul 2019 07:33:08 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12832@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages np_libnsl
https://github.com/void-linux/void-packages/pull/12832

[NOMERGE] [RFC] New package: libnsl-1.2.0


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

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

From c974c84ecb31f7a0ad3e2568e0cb0fd3421f6bde Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 6 Jul 2019 00:01:43 -0500
Subject: [PATCH] New package: libnsl-1.2.0

---
 common/shlibs           |  1 +
 srcpkgs/libnsl-devel    |  1 +
 srcpkgs/libnsl/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/libnsl-devel
 create mode 100644 srcpkgs/libnsl/template

diff --git a/common/shlibs b/common/shlibs
index d4a66b6b797..a6e4dda1fa4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3480,3 +3480,4 @@ libgtk-4.so.0.9400.0 gtk4-3.94.0_1
 libmodule.so.4 libmodule-4.1.0_1
 libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
 libmhash.so.2 mhash-0.9.9.9_1
+libnsl.so.2 libnsl-1.2.0_1
diff --git a/srcpkgs/libnsl-devel b/srcpkgs/libnsl-devel
new file mode 120000
index 00000000000..f29b06bcb35
--- /dev/null
+++ b/srcpkgs/libnsl-devel
@@ -0,0 +1 @@
+libnsl
\ No newline at end of file
diff --git a/srcpkgs/libnsl/template b/srcpkgs/libnsl/template
new file mode 100644
index 00000000000..04d5f96be53
--- /dev/null
+++ b/srcpkgs/libnsl/template
@@ -0,0 +1,29 @@
+# Template file for 'libnsl'
+pkgname=libnsl
+version=1.2.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config automake m4 libtool"
+makedepends="gettext-devel"
+depends=""
+short_desc="Public client interface for NIS(YP) and NIS+"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.1-only"
+homepage="https://github.com/thkukuk/libnsl"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8
+
+pre_configure() {
+	autoreconf -fi
+}
+
+libnsl-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}

             reply	other threads:[~2019-07-06  5:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-06  5:33 voidlinux-github [this message]
2019-07-06 17:11 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-06 17:11 ` voidlinux-github
2019-07-10 16:29 ` voidlinux-github
2019-07-10 16:29 ` voidlinux-github
2019-07-10 18:53 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12832@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).