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'
|
# Template file for 'iverilog'
|
||||||
pkgname=iverilog
|
pkgname=iverilog
|
||||||
version=10.2
|
version=10.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${version/./_}"
|
wrksrc="${pkgname}-${version/./_}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake flex gperf"
|
hostmakedepends="automake flex gperf"
|
||||||
makedepends="readline-devel"
|
makedepends="readline-devel zlib-devel"
|
||||||
short_desc="Verilog simulation and synthesis tool"
|
short_desc="Verilog simulation and synthesis tool"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
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/"
|
homepage="http://iverilog.icarus.com/"
|
||||||
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.gz"
|
||||||
checksum=f54d91821223c71c70f4735a1fb2af39c62efbccdeb9b0060ea1cf9c67647ee3
|
checksum=f54d91821223c71c70f4735a1fb2af39c62efbccdeb9b0060ea1cf9c67647ee3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue