Github messages for voidlinux
 help / color / mirror / Atom feed
From: ailiop-git <ailiop-git@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: libzbc-5.9.0
Date: Sun, 07 Nov 2021 12:15:11 +0100	[thread overview]
Message-ID: <20211107111511.mrYz3Ifqc2rhOD6HVw7ww6Rzj8g5F3xjcJtkYBiiGs4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25478@inbox.vuxu.org>

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

There is an updated pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages libzbc
https://github.com/void-linux/void-packages/pull/25478

New package: libzbc-5.9.0


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

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

From b756ea066955e3dd572af1026c33f90e219f82ed Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 10 Oct 2020 00:26:35 +0200
Subject: [PATCH] New package: libzbc-5.12.0

---
 common/shlibs           |  1 +
 srcpkgs/libzbc-devel    |  1 +
 srcpkgs/libzbc-progs    |  1 +
 srcpkgs/libzbc/template | 37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/libzbc-devel
 create mode 120000 srcpkgs/libzbc-progs
 create mode 100644 srcpkgs/libzbc/template

diff --git a/common/shlibs b/common/shlibs
index 9664f48a6514..cca85c32e79b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4038,3 +4038,4 @@ libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
 libavif.so.13 libavif-0.9.3_1
 libkdumpfile.so.8 libkdumpfile-0.4.0_1
+libzbc.so.5 libzbc-5.12.0_1
diff --git a/srcpkgs/libzbc-devel b/srcpkgs/libzbc-devel
new file mode 120000
index 000000000000..09b8710bc7b7
--- /dev/null
+++ b/srcpkgs/libzbc-devel
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc-progs b/srcpkgs/libzbc-progs
new file mode 120000
index 000000000000..09b8710bc7b7
--- /dev/null
+++ b/srcpkgs/libzbc-progs
@@ -0,0 +1 @@
+libzbc
\ No newline at end of file
diff --git a/srcpkgs/libzbc/template b/srcpkgs/libzbc/template
new file mode 100644
index 000000000000..5b46896091b3
--- /dev/null
+++ b/srcpkgs/libzbc/template
@@ -0,0 +1,37 @@
+# Template file for 'libzbc'
+pkgname=libzbc
+version=5.12.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake autoconf autoconf-archive libtool pkg-config"
+short_desc="ZBC device manipulation library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-3.0-or-later, BSD-2-Clause"
+homepage="https://github.com/westerndigitalcorporation/libzbc"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=3130f6c7111c4aa6076a53b4c259668552e8b2fb06ee792c224a3f97462243b6
+
+pre_configure() {
+	./autogen.sh
+}
+
+post_install() {
+	vlicense COPYING.BSD
+}
+
+libzbc-devel_package() {
+	depends="libzbc-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.a"
+		vmove "usr/include"
+		vmove "usr/lib/pkgconfig"
+	}
+}
+
+libzbc-progs_package() {
+	short_desc+=" - utilities"
+	pkg_install() {
+	    vmove "usr/bin/*"
+	}
+}

  parent reply	other threads:[~2021-11-07 11:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 20:16 [PR PATCH] " ailiop-git
2020-10-09 22:27 ` [PR PATCH] [Updated] " ailiop-git
2021-11-06 23:45 ` [PR REVIEW] " abenson
2021-11-07 11:15 ` ailiop-git [this message]
2022-04-20  2:15 ` github-actions
2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions

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=20211107111511.mrYz3Ifqc2rhOD6HVw7ww6Rzj8g5F3xjcJtkYBiiGs4@z \
    --to=ailiop-git@users.noreply.github.com \
    --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).