Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ngspice-bin-32
@ 2020-06-01 14:02 mamins1376
  2020-06-01 14:24 ` abenson
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mamins1376 @ 2020-06-01 14:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mamins1376/void-packages new/ngs-bin
https://github.com/void-linux/void-packages/pull/22496

New package: ngspice-bin-32
`ngspice` package itself only contains shared library version, and doesn't provide a way to execute ngspice scripts. This package compiles ngspice without `--with-ngshared` flag and contains only binary and it's manpage.

Original `ngspice` package is neither a dependency of this nor conflicts with.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/ngs-bin-22496.patch --]
[-- Type: text/x-diff, Size: 1482 bytes --]

From 7a7b6faa467899e44416bafbb64d43690306fb00 Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Mon, 1 Jun 2020 18:20:48 +0430
Subject: [PATCH] New package: ngspice-bin-32

---
 srcpkgs/ngspice-bin/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ngspice-bin/template

diff --git a/srcpkgs/ngspice-bin/template b/srcpkgs/ngspice-bin/template
new file mode 100644
index 00000000000..9ab4413b941
--- /dev/null
+++ b/srcpkgs/ngspice-bin/template
@@ -0,0 +1,24 @@
+# Template file for 'ngspice-bin'
+pkgname=ngspice-bin
+version=32
+revision=1
+wrksrc=ngspice-${version}
+build_style=gnu-configure
+configure_args="--with-readline=yes --with-fftw3=yes --enable-xspice --enable-cider --disable-debug"
+hostmakedepends="bison byacc"
+makedepends="readline-devel libX11-devel libXaw-devel fftw-devel"
+short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5 - executable binary"
+maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
+license="BSD-3-Clause"
+homepage="http://ngspice.sourceforge.net"
+distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/ngspice-${version}.tar.gz"
+checksum=3cd90c4e94516d87c5b4d02a3a6405b1136b25d05c871d4fee1fd7c4c0d03ef2
+
+post_install() {
+	rm -f "${DESTDIR}/usr/bin/cmpp"
+	rm -f "${DESTDIR}/usr/share/man/man1/cmpp.1"
+
+	rm -rf "${DESTDIR}/usr/include"
+	rm -rf "${DESTDIR}/usr/lib/ngspice"
+	rm -rf "${DESTDIR}/usr/share/ngspice"
+}

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

end of thread, other threads:[~2020-11-05 12:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 14:02 [PR PATCH] New package: ngspice-bin-32 mamins1376
2020-06-01 14:24 ` abenson
2020-06-01 14:56 ` ericonr
2020-06-01 15:10 ` ericonr
2020-06-01 15:19 ` ericonr
2020-06-01 15:23 ` ericonr
2020-06-01 16:06 ` abenson
2020-06-01 16:15 ` abenson
2020-06-01 16:33 ` [PR PATCH] [Updated] " mamins1376
2020-06-01 17:24 ` mamins1376
2020-06-01 17:28 ` mamins1376
2020-06-01 17:33 ` abenson
2020-06-01 17:35 ` mamins1376
2020-11-05 12:06 ` [PR PATCH] [Closed]: " mamins1376

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