New package: ADMS-qucs-2.3.6

This commit is contained in:
Martijn van Buul 2017-03-14 22:22:06 +01:00
parent a9fbb2d3da
commit 6813142f48

View file

@ -0,0 +1,20 @@
# 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
}