New package: iverilog-10.0

This commit is contained in:
Michael Gehring 2016-01-19 01:54:21 +01:00
parent 7456182d40
commit e24df61e54

21
srcpkgs/iverilog/template Normal file
View file

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