[packages] add kamailio (former openser)
[openwrt/svn-archive/archive.git] / utils / haserl / 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:=haserl
11 PKG_VERSION:=0.9.26
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=@SF/haserl
16 PKG_MD5SUM:=8cd64e591209751a062ad4e08f1d10dd
17
18 include $(INCLUDE_DIR)/package.mk
19
20 define Package/haserl
21 SECTION:=utils
22 CATEGORY:=Utilities
23 TITLE:=A CGI wrapper to embed shell scripts in HTML documents
24 URL:=http://haserl.sourceforge.net/
25 endef
26
27 define Package/haserl/install
28 $(INSTALL_DIR) $(1)/usr/bin
29 $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/
30 endef
31
32 $(eval $(call BuildPackage,haserl))