summaryrefslogtreecommitdiff
path: root/package/ngircd/ngircd.mk
blob: 927474c8f312cc342dea98fddc4e43bffc37c8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# ngircd
#
################################################################################

NGIRCD_VERSION = 20.3
NGIRCD_SOURCE = ngircd-$(NGIRCD_VERSION).tar.xz
NGIRCD_SITE = http://arthur.barton.de/pub/ngircd
NGIRCD_DEPENDENCIES = zlib
NGIRCD_LICENSE = GPLv2+
NGIRCD_LICENSE_FILES = COPYING

$(eval $(autotools-package))