nuke $Id$ in /packages as well
[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
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=spawn-fcgi
11 PKG_VERSION:=1.6.1
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 PKG_SOURCE_URL:=http://www.lighttpd.net/download/
16 PKG_MD5SUM:=ae893d12943fd4cd38a0a38835263c80
17
18 PKG_FIXUP = libtool
19 PKG_INSTALL = 1
20
21 include $(INCLUDE_DIR)/package.mk
22
23 define Package/spawn-fcgi
24   SUBMENU:=Web
25   SECTION:=net
26   CATEGORY:=Network
27   TITLE:=Tool to spawn fastcgi applications
28   URL:=http://www.lighttpd.net/
29 endef
30
31 define Package/spawn-fcgi/description
32         spawn-fcgi is used to spawn fastcgi applications
33 endef
34
35 define Package/spawn-fcgi/install
36         $(INSTALL_DIR) $(1)/usr/bin
37         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/spawn-fcgi $(1)/usr/bin/
38 endef
39
40 $(eval $(call BuildPackage,spawn-fcgi))