Github messages for voidlinux
 help / color / mirror / Atom feed
From: benjcal <benjcal@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: mspds-3.15.1
Date: Sat, 17 Jun 2023 22:12:12 +0200	[thread overview]
Message-ID: <20230617201212.k2kihPqT2iSNH4ApwFhTAulRvW8HgjiGqJAkXNW6iSE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44465@inbox.vuxu.org>

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

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

https://github.com/benjcal/void-packages mspds-new-package
https://github.com/void-linux/void-packages/pull/44465

New package: mspds-3.15.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mspds-new-package-44465.patch --]
[-- Type: text/x-diff, Size: 1787 bytes --]

From 50cab8b66da815b4d9454ba8ae711bfacf1924fe Mon Sep 17 00:00:00 2001
From: Benjamin Calderon <benj.calderon@gmail.com>
Date: Fri, 16 Jun 2023 09:52:19 -0400
Subject: [PATCH] New package: mspds-3.15.1

---
 srcpkgs/mspds/patches/Makefile.patch | 11 +++++++++++
 srcpkgs/mspds/template               | 24 ++++++++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/mspds/patches/Makefile.patch
 create mode 100644 srcpkgs/mspds/template

diff --git a/srcpkgs/mspds/patches/Makefile.patch b/srcpkgs/mspds/patches/Makefile.patch
new file mode 100644
index 000000000000..ad18f62931c0
--- /dev/null
+++ b/srcpkgs/mspds/patches/Makefile.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -66,7 +66,7 @@
+ 	BSTATIC := -Wl,-Bstatic
+ 	BDYNAMIC := -Wl,-Bdynamic
+ 
+-	HIDOBJ := $(LIBTHIRD)/hid-libusb.o
++	HIDOBJ := -lhidapi-libusb
+ else
+ 	CXX:= clang++
+ 
diff --git a/srcpkgs/mspds/template b/srcpkgs/mspds/template
new file mode 100644
index 000000000000..3bf250c9ffff
--- /dev/null
+++ b/srcpkgs/mspds/template
@@ -0,0 +1,24 @@
+# Template file for 'mspds'
+pkgname=mspds
+version=3.15.1.1
+revision=1
+archs="i686 x86_64"
+makedepends="boost-devel hidapi-devel"
+depends="hidapi"
+short_desc="Texas Instrumets MSP Debug Stack"
+maintainer="Benjamin Calderon <benj.calderon@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://www.ti.com/tool/MSPDS"
+distfiles="https://dr-download.ti.com/software-development/driver-or-library/MD-4vnqcP1Wk4/3.15.1.1/MSPDebugStack_OS_Package_3_15_1_1.zip"
+checksum=e3a59a98c43de7a92e5814d8c3304026165e6d2551e60acaca1f08c6b1a4bac8
+tags="tilib libmsp430"
+
+do_build() {
+	ln -s /usr/include/hidapi/hidapi.h ThirdParty/include/
+
+	make ${makejobs}
+}
+
+do_install() {
+	vcopy ${wrksrc}/libmsp430.so /usr/lib
+}

  parent reply	other threads:[~2023-06-17 20:12 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-16 13:57 [PR PATCH] " benjcal
2023-06-16 14:08 ` [PR PATCH] [Updated] " benjcal
2023-06-16 14:13 ` benjcal
2023-06-16 14:15 ` benjcal
2023-06-17 20:12 ` benjcal [this message]
2023-06-19 16:41 ` [PR REVIEW] " ahesford
2023-06-19 16:41 ` ahesford
2023-06-19 16:58 ` benjcal
2023-06-19 17:16 ` benjcal
2023-06-19 18:58 ` benjcal
2023-06-19 19:02 ` [PR PATCH] [Updated] " benjcal
2023-06-19 19:22 ` [PR REVIEW] " ahesford
2023-06-19 20:13 ` [PR PATCH] [Updated] " benjcal
2023-06-19 20:15 ` [PR REVIEW] " benjcal
2023-06-19 21:16 ` [PR PATCH] [Updated] " benjcal
2023-06-19 21:16 ` [PR REVIEW] " benjcal
2023-06-19 21:30 ` benjcal
2023-06-20  3:28 ` ahesford
2023-06-20 15:05 ` benjcal
2023-06-28 18:28 ` Duncaen
2023-06-28 18:28 ` Duncaen
2023-06-28 18:28 ` Duncaen
2023-06-28 18:28 ` Duncaen
2023-07-06  2:36 ` [PR PATCH] [Updated] " benjcal
2023-07-06  2:38 ` [PR REVIEW] " benjcal
2023-07-06  2:39 ` benjcal
2023-07-06  2:40 ` benjcal
2023-07-08  0:48 ` ahesford
2023-07-08  0:56 ` abenson
2023-07-08  0:59 ` abenson
2023-07-08  1:00 ` abenson
2023-07-08  1:00 ` abenson
2023-07-08  1:02 ` abenson
2023-07-12 14:09 ` [PR PATCH] [Updated] " benjcal
2023-07-12 14:12 ` [PR REVIEW] " benjcal
2023-07-12 14:22 ` [PR PATCH] [Updated] " benjcal
2023-07-26 13:59 ` [PR PATCH] [Closed]: " benjcal

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=20230617201212.k2kihPqT2iSNH4ApwFhTAulRvW8HgjiGqJAkXNW6iSE@z \
    --to=benjcal@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).