21 lines
617 B
Bash
21 lines
617 B
Bash
# Template file for 'iverilog'
|
|
pkgname=iverilog
|
|
version=10.0
|
|
revision=1
|
|
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=27a100a63e57081368d9c2db303b296806949b173dd244e7d55d91b120d669df
|
|
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
nopie=yes
|
|
|
|
pre_configure() {
|
|
sh ./autoconf.sh
|
|
}
|