mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 06:02:11 +00:00
14 lines
357 B
Makefile
14 lines
357 B
Makefile
################################################################################
|
|
#
|
|
# ngircd
|
|
#
|
|
################################################################################
|
|
|
|
NGIRCD_VERSION = 20.3
|
|
NGIRCD_SITE = ftp://ftp.berlios.de/pub/ngircd/
|
|
NGIRCD_DEPENDENCIES = zlib
|
|
NGIRCD_LICENSE = GPLv2+
|
|
NGIRCD_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|