[package] update ngircd to 15 (#6276)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Dec 2009 01:06:56 +0000 (01:06 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Dec 2009 01:06:56 +0000 (01:06 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18653 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/ngircd/Makefile

index c000337..c41d539 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