e412c5a328a7b4c6533bcb30513ecfaea7742a8f
[packages.git] / net / spawn-fcgi / Makefile
1 #
2 # Copyright (C) 2006-2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 # $Id: $
8
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=spawn-fcgi
12 PKG_VERSION:=1.6.1
13 PKG_RELEASE:=1
14
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
16 PKG_SOURCE_URL:=http://www.lighttpd.net/download/
17 PKG_MD5SUM:=ae893d12943fd4cd38a0a38835263c80
18
19 PKG_FIXUP = libtool
20 PKG_INSTALL = 1
21
22 include $(INCLUDE_DIR)/package.mk
23
24 define Package/spawn-fcgi
25   SUBMENU:=Web
26   SECTION:=net
27   CATEGORY:=Network
28   TITLE:=Tool to spawn fastcgi applications
29   URL:=http://www.lighttpd.net/
30 endef
31
32 define Package/spawn-fcgi/description
33         spawn-fcgi is used to spawn fastcgi applications
34 endef
35
36 define Package/spawn-fcgi/install
37         $(INSTALL_DIR) $(1)/usr/bin
38         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/spawn-fcgi $(1)/usr/bin/
39 endef
40
41 $(eval $(call BuildPackage,spawn-fcgi))