c4aa339d4a1b5d6c988c6c901b5b1a7245187436
[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.25
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=@SF/haserl
16 PKG_MD5SUM:=906c634a2af4ac3a4b656ef4e244c4cd
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))