29 lines
1.1 KiB
Bash
29 lines
1.1 KiB
Bash
# Template file for 'ngspice'
|
|
pkgname=ngspice
|
|
version=27
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider"
|
|
hostmakedepends="bison byacc"
|
|
makedepends="readline-devel libX11-devel libXaw-devel"
|
|
short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5"
|
|
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
|
|
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
|
|
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/7601/steps/shell_3/logs/stdio";;
|
|
esac
|
|
|
|
ngspice-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|