[packages] hiawatha: update to 7.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9cc8dcfb61
commit
1e475402c5
@ -8,12 +8,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hiawatha
|
PKG_NAME:=hiawatha
|
||||||
PKG_VERSION:=7.0
|
PKG_VERSION:=7.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/
|
PKG_SOURCE_URL:=http://www.hiawatha-webserver.org/files/
|
||||||
PKG_MD5SUM:=876111ba94b183745b90ca27d4f2b0ed
|
PKG_MD5SUM:=192a9fecea71cc4655dd68e2446919c7
|
||||||
|
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -23,6 +25,7 @@ define Package/hiawatha
|
|||||||
SUBMENU:=Web
|
SUBMENU:=Web
|
||||||
TITLE:=A very lightweight web server
|
TITLE:=A very lightweight web server
|
||||||
URL:=http://www.hiawatha-webserver.org/
|
URL:=http://www.hiawatha-webserver.org/
|
||||||
|
MAINTAINER:=Raphaël HUCK <rhk@cksum.org>
|
||||||
DEPENDS:=+libpthread
|
DEPENDS:=+libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -47,9 +50,10 @@ endef
|
|||||||
|
|
||||||
define Package/hiawatha/install
|
define Package/hiawatha/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(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_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
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,hiawatha))
|
$(eval $(call BuildPackage,hiawatha))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user