[packages] radsecproxy: update to version 1.4

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22253 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
zandbelt 2010-07-17 14:38:41 +00:00
parent 320e1c7f2b
commit bf70319ebf

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=radsecproxy
PKG_VERSION:=1.3.1
PKG_VERSION:=1.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/
PKG_MD5SUM:=565b389268d906c3b465f63750938667
PKG_MD5SUM:=7b5248b2a7a133561cf685730824c893
PKG_INSTALL:=1
@ -39,7 +39,7 @@ define Package/radsecproxy/install
$(INSTALL_DIR) $(1)/usr/sbin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/radsecproxy $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc/
$(CP) $(PKG_INSTALL_DIR)/etc/radsecproxy.conf-example $(1)/etc/radsecproxy.conf
$(CP) $(PKG_BUILD_DIR)/radsecproxy.conf-example $(1)/etc/radsecproxy.conf
$(INSTALL_DIR) $(1)/etc/init.d/
$(INSTALL_BIN) ./files/radsecproxy.init $(1)/etc/init.d/radsecproxy
endef