iverilog: add zlib-devel to makedepends
zlib is required for LXT2 format support
This commit is contained in:
parent
152998b2b9
commit
630448fe2b
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'iverilog'
|
||||
pkgname=iverilog
|
||||
version=10.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version/./_}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake flex gperf"
|
||||
makedepends="readline-devel"
|
||||
makedepends="readline-devel zlib-devel"
|
||||
short_desc="Verilog simulation and synthesis tool"
|
||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
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=f54d91821223c71c70f4735a1fb2af39c62efbccdeb9b0060ea1cf9c67647ee3
|
||||
|
|
Loading…
Reference in a new issue