From: Hauke Mehrtens Date: Mon, 13 Jul 2015 19:44:22 +0000 (+0000) Subject: spawn-fcgi: moved to github X-Git-Url: http://git.openwrt.org/openwrt/svn-archive.git?a=commitdiff_plain;h=b7e47b6083db1f9a8949ea80fcb129766d2da80e;p=openwrt%2Fsvn-archive%2Fpackages.git spawn-fcgi: moved to github Signed-off-by: Hauke Mehrtens SVN-Revision: 46326 --- diff --git a/net/spawn-fcgi/Makefile b/net/spawn-fcgi/Makefile deleted file mode 100644 index 560f3beb3..000000000 --- a/net/spawn-fcgi/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# -# Copyright (C) 2006-2009 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=spawn-fcgi -PKG_VERSION:=1.6.3 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.lighttpd.net/download/ -PKG_MD5SUM:=787ed2f88d2204bf1fe4fbd6e509d1d7 - -PKG_INSTALL = 1 - -include $(INCLUDE_DIR)/package.mk - -define Package/spawn-fcgi - SUBMENU:=Web Servers/Proxies - SECTION:=net - CATEGORY:=Network - TITLE:=Tool to spawn fastcgi applications - URL:=http://redmine.lighttpd.net/projects/spawn-fcgi -endef - -define Package/spawn-fcgi/description - spawn-fcgi is used to spawn fastcgi applications -endef - -define Package/spawn-fcgi/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/spawn-fcgi $(1)/usr/bin/ -endef - -$(eval $(call BuildPackage,spawn-fcgi))