ngspice: update to 33.
This commit is contained in:
parent
ebd85150da
commit
2aba730401
2 changed files with 17 additions and 2 deletions
15
srcpkgs/ngspice/patches/windows-only.patch
Normal file
15
srcpkgs/ngspice/patches/windows-only.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
libshlwapi is Windows-only
|
||||||
|
|
||||||
|
diff --git src/xspice/cmpp/Makefile.in src/xspice/cmpp/Makefile.in
|
||||||
|
index b450e8c..2ea8716 100644
|
||||||
|
--- src/xspice/cmpp/Makefile.in
|
||||||
|
+++ src/xspice/cmpp/Makefile.in
|
||||||
|
@@ -753,7 +753,7 @@ ifs_yacc.c : ifs_yacc.y
|
||||||
|
|
||||||
|
@CROSS_COMPILING_TRUE@build/cmpp$(BUILD_EXEEXT) : $(BUILD_CMPP_FILES)
|
||||||
|
@CROSS_COMPILING_TRUE@ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
|
||||||
|
-@CROSS_COMPILING_TRUE@ $(AM_CPPFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ $^ -lshlwapi
|
||||||
|
+@CROSS_COMPILING_TRUE@ $(AM_CPPFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ $^
|
||||||
|
|
||||||
|
@CROSS_COMPILING_TRUE@distclean-local:
|
||||||
|
@CROSS_COMPILING_TRUE@ -rm -rf build
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ngspice'
|
# Template file for 'ngspice'
|
||||||
pkgname=ngspice
|
pkgname=ngspice
|
||||||
version=32
|
version=33
|
||||||
revision=1
|
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"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
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=3cd90c4e94516d87c5b4d02a3a6405b1136b25d05c871d4fee1fd7c4c0d03ef2
|
checksum=b99db66cc1c57c44e9af1ef6ccb1dcbc8ae1df3e35acf570af578f606f8541f1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue