tcpreplay: Bump version to v4.2.0
[buildroot-gz.git] / package / ngircd / ngircd.mk
blob927474c8f312cc342dea98fddc4e43bffc37c8fd
1 ################################################################################
3 # ngircd
5 ################################################################################
7 NGIRCD_VERSION = 20.3
8 NGIRCD_SOURCE = ngircd-$(NGIRCD_VERSION).tar.xz
9 NGIRCD_SITE = http://arthur.barton.de/pub/ngircd
10 NGIRCD_DEPENDENCIES = zlib
11 NGIRCD_LICENSE = GPLv2+
12 NGIRCD_LICENSE_FILES = COPYING
14 $(eval $(autotools-package))