ngspice: update to 28.

This commit is contained in:
maxice8 2018-06-17 18:35:33 -03:00
parent c97e1adcc9
commit fe58d5c6c4
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ngspice'
pkgname=ngspice
version=27
revision=2
version=28
revision=1
build_style=gnu-configure
configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider"
hostmakedepends="bison byacc"
@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://ngspice.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
checksum=0c08c7d57a2e21cf164496f3237f66f139e0c78e38345fbe295217afaf150695
checksum=94804fa78c8db2f90f088902e8c27f7b732a66767a58c70f37612bff5a16df66
nocross="https://travis-ci.org/Vaelatern/void-packages/jobs/207472663 but really should be possible with clearing CFLAGS for that binary"
case "$XBPS_TARGET_MACHINE" in
@ -23,6 +23,7 @@ ngspice-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}