ef62452e11c1be1574292a609cdc6e65f97e46ce
[openwrt/svn-archive/archive.git] / utils / haserl / Makefile
1 #
2 # Copyright (C) 2006 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.24
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=@SF/haserl
16 PKG_MD5SUM:=f0cdb34f5ea50482fb6b7961bb158332
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))