[package] update ngircd to 15 (#6276)
authorFlorian Fainelli <florian@openwrt.org>
Sat, 5 Dec 2009 01:06:56 +0000 (01:06 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 5 Dec 2009 01:06:56 +0000 (01:06 +0000)
SVN-Revision: 18653

net/ngircd/Makefile

index c000337e74e2825a286b62ebeaf4747d6e12fc66..c41d539449e0e04622423fe0092957c1737f9ae8 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2008 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -8,12 +8,12 @@
 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
 
@@ -32,6 +32,10 @@ define Package/ngircd/description
   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