Github messages for voidlinux
 help / color / mirror / Atom feed
From: mamins1376 <mamins1376@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ngspice-bin-32
Date: Mon, 01 Jun 2020 18:33:02 +0200	[thread overview]
Message-ID: <20200601163302.pxFnvwoJcugrn1ypKTiLy9a9n7dBDWZu8lnciq2m2ZA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22496@inbox.vuxu.org>

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

There is an updated 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: 1498 bytes --]

From 4d9a8a6f0f01220102d8a300865599154d015e2e 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..f98008e405e
--- /dev/null
+++ b/srcpkgs/ngspice-bin/template
@@ -0,0 +1,26 @@
+# 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"
+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"
+
+	vlicense COPYING
+}

  parent reply	other threads:[~2020-06-01 16:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 14:02 [PR PATCH] " 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 ` mamins1376 [this message]
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

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=20200601163302.pxFnvwoJcugrn1ypKTiLy9a9n7dBDWZu8lnciq2m2ZA@z \
    --to=mamins1376@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).