Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nblood-r14044
@ 2024-05-29 10:45 MIvanchev
  2024-05-29 10:47 ` [PR PATCH] [Updated] " MIvanchev
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-29 10:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages nblood
https://github.com/void-linux/void-packages/pull/50582

New package: nblood-r14044
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

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

From fbc8a12aa0d99afce1dcc1dcdcdfe177d6b4d6ef Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Wed, 29 May 2024 09:52:04 +0200
Subject: [PATCH] New package: nblood-r14044

---
 srcpkgs/nblood/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/nblood/template

diff --git a/srcpkgs/nblood/template b/srcpkgs/nblood/template
new file mode 100644
index 00000000000000..193e66320be91a
--- /dev/null
+++ b/srcpkgs/nblood/template
@@ -0,0 +1,33 @@
+# Template file for 'nblood'
+pkgname=nblood
+version=r14044
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config nasm $(vopt_if setup_window gdk-pixbuf-devel)"
+makedepends="MesaLib-devel glu-devel libvpx-devel SDL2-devel libflac-devel libvorbis-devel alsa-lib-devel"
+short_desc="Reverse-engineered ports of Build games using EDuke32 engine technology"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-2.0-only, custom:BUILD"
+homepage="https://github.com/nukeykt/NBlood.git"
+distfiles="https://github.com/nukeykt/NBlood/archive/refs/tags/${version}.tar.gz"
+checksum=7c2fb8c9e63c8faa32a89845e187f292c41c0aee554e5f547892bcf5e901bcf0
+repository=nonfree
+restricted=yes
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) makedepends+=" libexecinfo-devel" ;;
+esac
+
+post_extract() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl) vsed -i 's/LIBS :=/\0 -lexecinfo/' Common.mak ;;
+	esac
+}
+
+do_install() {
+	vinstall nblood
+	vmkdir /usr/share/games
+	vmkdir /usr/share/games/nblood
+	vcopy nblood.pk3 /usr/share/games/nblood
+	vlicense package/common/buildlic.txt
+}

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

end of thread, other threads:[~2024-05-29 11:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-29 10:45 [PR PATCH] New package: nblood-r14044 MIvanchev
2024-05-29 10:47 ` [PR PATCH] [Updated] " MIvanchev
2024-05-29 10:55 ` MIvanchev
2024-05-29 11:01 ` MIvanchev
2024-05-29 11:13 ` MIvanchev
2024-05-29 11:32 ` MIvanchev

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).