From: Florian Fainelli Date: Sat, 5 Dec 2009 01:06:56 +0000 (+0000) Subject: [package] update ngircd to 15 (#6276) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=40608d3df965d6770f86e874b3c324e708e16fcd;p=openwrt%2Fsvn-archive%2Farchive.git [package] update ngircd to 15 (#6276) SVN-Revision: 18653 --- diff --git a/net/ngircd/Makefile b/net/ngircd/Makefile index c000337e74..c41d539449 100644 --- a/net/ngircd/Makefile +++ b/net/ngircd/Makefile @@ -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