[package] update ngircd to 15 (#6276)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-12-05 01:06:56 +00:00
parent 078b2e3bb0
commit ff2edfb590

View 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