From 1e475402c5eef91186b4b56dbb16b06004037d9b Mon Sep 17 00:00:00 2001 From: rhk Date: Tue, 27 Apr 2010 10:09:36 +0000 Subject: [PATCH] [packages] hiawatha: update to 7.2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@21183 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/hiawatha/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/net/hiawatha/Makefile b/net/hiawatha/Makefile index 51f13e158..3a62e4eed 100644 --- a/net/hiawatha/Makefile +++ b/net/hiawatha/Makefile @@ -8,12 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hiawatha -PKG_VERSION:=7.0 +PKG_VERSION:=7.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/ -PKG_MD5SUM:=876111ba94b183745b90ca27d4f2b0ed +PKG_MD5SUM:=192a9fecea71cc4655dd68e2446919c7 + +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -23,11 +25,12 @@ define Package/hiawatha SUBMENU:=Web TITLE:=A very lightweight web server URL:=http://www.hiawatha-webserver.org/ + MAINTAINER:=Raphaël HUCK DEPENDS:=+libpthread endef define Package/hiawatha/description - Hiawatha is a webserver for Unix. +Hiawatha is a webserver for Unix. endef CONFIGURE_ARGS+= \ @@ -47,9 +50,10 @@ endef define Package/hiawatha/install $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/hiawatha $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/hiawatha $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/etc/hiawatha - $(INSTALL_CONF) $(PKG_BUILD_DIR)/etc/hiawatha/{hiawatha,mimetype}.conf $(1)/etc/hiawatha/ + $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/hiawatha/{hiawatha,mimetype}.conf $(1)/etc/hiawatha/ endef $(eval $(call BuildPackage,hiawatha)) -- 2.11.0