mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
eab863ebd3
commit
fc5f193f2a
1 changed files with 4 additions and 10 deletions
|
@ -1,20 +1,14 @@
|
||||||
# Template file for 'ADMS-qucs'
|
# Template file for 'ADMS-qucs'
|
||||||
pkgname=ADMS-qucs
|
pkgname=ADMS-qucs
|
||||||
version=2.3.6
|
version=2.3.7
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="ADMS-release-${version}"
|
wrksrc="ADMS-release-${version}"
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
configure_args="--enable-maintainer-mode" # As required by readme.MD
|
|
||||||
hostmakedepends="libtool automake flex bison perl perl-XML-LibXML"
|
hostmakedepends="libtool automake flex bison perl perl-XML-LibXML"
|
||||||
short_desc="Automatic Device Model Synthesizer (Qucs fork)"
|
short_desc="Automatic Device Model Synthesizer (Qucs fork)"
|
||||||
maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Qucs/ADMS"
|
homepage="https://github.com/Qucs/ADMS"
|
||||||
distfiles="https://github.com/Qucs/ADMS/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/Qucs/ADMS/archive/release-${version}.tar.gz"
|
||||||
checksum="aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053"
|
checksum=0d24f645d7ce0daa447af1b0cff1123047f3b73cc41cf403650f469721f95173
|
||||||
disable_parallel_build="yes" # Suspected race condition involving bison
|
disable_parallel_build="yes" # Suspected race condition involving bison
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./bootstrap.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue