22 lines
704 B
Bash
22 lines
704 B
Bash
# Template file for 'iverilog'
|
|
pkgname=iverilog
|
|
version=10.3
|
|
revision=2
|
|
wrksrc="${pkgname}-${version/./_}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake flex gperf"
|
|
makedepends="readline-devel zlib-devel"
|
|
short_desc="Verilog simulation and synthesis tool"
|
|
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
homepage="http://iverilog.icarus.com/"
|
|
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
|
checksum=4b884261645a73b37467242d6ae69264fdde2e7c4c15b245d902531efaaeb234
|
|
|
|
nocross="draw_tt.exe: cannot execute binary file: Exec format error"
|
|
|
|
CXXFLAGS='-Wimplicit-fallthrough=0'
|
|
|
|
pre_configure() {
|
|
sh ./autoconf.sh
|
|
}
|