Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mspds-3.15.1
@ 2023-06-16 13:57 benjcal
  2023-06-16 14:08 ` [PR PATCH] [Updated] " benjcal
                   ` (35 more replies)
  0 siblings, 36 replies; 37+ messages in thread
From: benjcal @ 2023-06-16 13:57 UTC (permalink / raw)
  To: ml

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

There is a new 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**|**briefly**|**NO**

<!--
#### 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: 2140 bytes --]

From dee83c7a4b8526b35bce0bb2c7aaad8f1a103056 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 | 20 ++++++++++++++++++++
 srcpkgs/mspds/template               | 22 ++++++++++++++++++++++
 2 files changed, 42 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..61d904a95747
--- /dev/null
+++ b/srcpkgs/mspds/patches/Makefile.patch
@@ -0,0 +1,20 @@
+--- a/Makefile
++++ b/Makefile
+@@ -32,7 +32,7 @@
+ STATIC_LIBS :=
+ 
+ ifdef STATIC
+-STATIC_LIBS += -lboost_filesystem -lboost_system -lbsl430 -lboost_date_time -lboost_chrono -lboost_thread
++STATIC_LIBS += -lboost_filesystem -lboost_system -lbsl430 -lboost_date_time -lboost_chrono -lboost_thread -lhidapi-libusb
+ else
+ LIBS += -lboost_filesystem -lboost_system -lbsl430 -lboost_date_time -lboost_chrono -lboost_thread
+ endif
+@@ -66,7 +66,7 @@
+ 	BSTATIC := -Wl,-Bstatic
+ 	BDYNAMIC := -Wl,-Bdynamic
+ 
+-	HIDOBJ := $(LIBTHIRD)/hid-libusb.o
++	HIDOBJ :=
+ else
+ 	CXX:= clang++
+ 
diff --git a/srcpkgs/mspds/template b/srcpkgs/mspds/template
new file mode 100644
index 000000000000..305991adf574
--- /dev/null
+++ b/srcpkgs/mspds/template
@@ -0,0 +1,22 @@
+# Template file for 'mspds'
+pkgname=mspds
+version=3.15.1.1
+revision=1
+archs="i686 x86_64"
+makedepends="boost-devel hidapi-devel"
+short_desc="TI MSP Debug Stack tilib libmsp430"
+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
+
+do_build() {
+	ln -s /usr/include/hidapi/hidapi.h ThirdParty/include/
+
+	make ${makejobs}
+}
+
+do_install() {
+	vcopy ${wrksrc}/libmsp430.so /usr/lib
+}

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

end of thread, other threads:[~2023-07-26 13:59 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-16 13:57 [PR PATCH] New package: mspds-3.15.1 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
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

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