ngspice: update to 30.
This commit is contained in:
parent
1e4b69523a
commit
2a9e642df7
@ -1,10 +0,0 @@
|
|||||||
--- xgraph/Makefile.am.bck 2017-03-03 13:46:57.354309383 -0500
|
|
||||||
+++ xgraph/Makefile.am 2017-03-03 13:47:05.193092565 -0500
|
|
||||||
@@ -50,7 +50,6 @@
|
|
||||||
|
|
||||||
# C_WARNINGS = -Wall
|
|
||||||
C_WARNINGS =
|
|
||||||
-CFLAGS=$(ADDITIONAL_INCLUDES) $(C_WARNINGS) -g $(X_CFLAGS)
|
|
||||||
|
|
||||||
xgraph_LDADD= $(ADDITIONAL_LIBS) $(X_LIBS) $(X_PRE_LIBS) $(X_EXTRA_LIBS) -lX11 -lm
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
104c104
|
|
||||||
< CFLAGS = $(ADDITIONAL_INCLUDES) $(C_WARNINGS) -g $(X_CFLAGS)
|
|
||||||
---
|
|
||||||
> CFLAGS = @CFLAGS@
|
|
||||||
--- xgraph/Makefile.in.bck 2017-03-03 13:56:19.941818032 -0500
|
|
||||||
+++ xgraph/Makefile.in 2017-03-03 13:56:33.118453570 -0500
|
|
||||||
@@ -101,7 +101,7 @@
|
|
||||||
AWK = @AWK@
|
|
||||||
CC = @CC@
|
|
||||||
CCDEPMODE = @CCDEPMODE@
|
|
||||||
-CFLAGS = $(ADDITIONAL_INCLUDES) $(C_WARNINGS) -g $(X_CFLAGS)
|
|
||||||
+CFLAGS = @CFLAGS@
|
|
||||||
CPP = @CPP@
|
|
||||||
CPPFLAGS = @CPPFLAGS@
|
|
||||||
CYGPATH_W = @CYGPATH_W@
|
|
@ -1,21 +1,21 @@
|
|||||||
# Template file for 'ngspice'
|
# Template file for 'ngspice'
|
||||||
pkgname=ngspice
|
pkgname=ngspice
|
||||||
version=28
|
version=30
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider"
|
configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider"
|
||||||
hostmakedepends="bison byacc"
|
hostmakedepends="bison byacc"
|
||||||
makedepends="readline-devel libX11-devel libXaw-devel"
|
makedepends="readline-devel libX11-devel libXaw-devel"
|
||||||
short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5"
|
short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="BSD-3-Clause"
|
||||||
homepage="http://ngspice.sourceforge.net"
|
homepage="http://ngspice.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=94804fa78c8db2f90f088902e8c27f7b732a66767a58c70f37612bff5a16df66
|
checksum=08fe0e2f3768059411328a33e736df441d7e6e7304f8dad0ed5f28e15d936097
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
post_install() {
|
||||||
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/7601/steps/shell_3/logs/stdio";;
|
vlicense COPYING
|
||||||
esac
|
}
|
||||||
|
|
||||||
ngspice-devel_package() {
|
ngspice-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user