mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-09 05:53:35 +08:00
8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
302 B
Makefile
12 lines
302 B
Makefile
################################################################################
|
|
#
|
|
# ngircd
|
|
#
|
|
################################################################################
|
|
|
|
NGIRCD_VERSION = 17.1
|
|
NGIRCD_SITE = ftp://ftp.berlios.de/pub/ngircd/
|
|
NGIRCD_DEPENDENCIES = zlib
|
|
|
|
$(eval $(autotools-package))
|