void-packages/srcpkgs/iverilog/template

22 lines
617 B
Bash
Raw Normal View History

2016-01-19 01:54:21 +01:00
# Template file for 'iverilog'
pkgname=iverilog
2016-04-02 20:37:48 +02:00
version=10.1
2016-01-19 01:54:21 +01:00
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"
2016-04-02 20:37:48 +02:00
checksum=f4ff7990ae9ed87fad0b486586b03f6902de0dfb9de5ecb07ef32c20487c7dc6
2016-01-19 01:54:21 +01:00
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
nopie=yes
pre_configure() {
sh ./autoconf.sh
}