ADMS-qucs: update to 2.3.7

Closes: #26813 [via git-merge-pr]
This commit is contained in:
Nathan Owens 2020-11-29 17:44:12 -06:00 committed by Andrew J. Hesford
parent eab863ebd3
commit fc5f193f2a
1 changed files with 4 additions and 10 deletions

View File

@ -1,20 +1,14 @@
# Template file for 'ADMS-qucs'
pkgname=ADMS-qucs
version=2.3.6
revision=2
version=2.3.7
revision=1
wrksrc="ADMS-release-${version}"
build_style=gnu-configure
configure_args="--enable-maintainer-mode" # As required by readme.MD
build_style=cmake
hostmakedepends="libtool automake flex bison perl perl-XML-LibXML"
short_desc="Automatic Device Model Synthesizer (Qucs fork)"
maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/Qucs/ADMS"
distfiles="https://github.com/Qucs/ADMS/archive/release-${version}.tar.gz"
checksum="aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053"
checksum=0d24f645d7ce0daa447af1b0cff1123047f3b73cc41cf403650f469721f95173
disable_parallel_build="yes" # Suspected race condition involving bison
pre_configure() {
./bootstrap.sh
}