22 lines
644 B
Bash
22 lines
644 B
Bash
# Template file for 'iverilog'
|
|
pkgname=iverilog
|
|
version=10.1
|
|
revision=2
|
|
wrksrc="${pkgname}-${version/./_}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake flex gperf"
|
|
makedepends="readline-devel"
|
|
short_desc="Verilog simulation and synthesis tool"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="GPL-2, LGPL-2.1"
|
|
homepage="http://iverilog.icarus.com/"
|
|
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
|
checksum=f4ff7990ae9ed87fad0b486586b03f6902de0dfb9de5ecb07ef32c20487c7dc6
|
|
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
|
|
CXXFLAGS='-Wimplicit-fallthrough=0'
|
|
|
|
pre_configure() {
|
|
sh ./autoconf.sh
|
|
}
|