-#
+#
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
include $(TOPDIR)/rules.mk
PKG_NAME:=ngircd
-PKG_VERSION:=14.1
+PKG_VERSION:=15
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ngircd.barton.de/pub/ngircd/
-PKG_MD5SUM:=eef90855414c35bfb6590d17e24ee06f
+PKG_MD5SUM:=c183a85eba6fe51255983848f099c8ae
include $(INCLUDE_DIR)/package.mk
not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet.
endef
+define Package/ngircd/conffiles
+/etc/ngircd.conf
+endef
+
define Build/Configure
$(call Build/Configure/Default)
endef