21 lines
700 B
Bash
21 lines
700 B
Bash
|
# Template file for 'ADMS-qucs'
|
||
|
pkgname=ADMS-qucs
|
||
|
version=2.3.6
|
||
|
revision=1
|
||
|
wrksrc="ADMS-release-${version}"
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--enable-maintainer-mode" # As required by readme.MD
|
||
|
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"
|
||
|
homepage="htps://github.com/Qucs/ADMS"
|
||
|
distfiles="https://github.com/Qucs/ADMS/archive/release-2.3.6.tar.gz"
|
||
|
checksum="aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053"
|
||
|
disable_parallel_build="yes" # Suspected race condition involving bison
|
||
|
|
||
|
pre_configure() {
|
||
|
./bootstrap.sh
|
||
|
}
|
||
|
|