add Content-Disposition workaround (closes: #2048), bump release number
[packages.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 # $Id$
8
9 include $(TOPDIR)/rules.mk
10
11 PKG_NAME:=haserl
12 PKG_VERSION:=0.8.0
13 PKG_RELEASE:=2
14
15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 PKG_SOURCE_URL:=@SF/haserl
17 PKG_MD5SUM:=bd9195d086566f56634c0bcbbbcbebea
18
19 include $(INCLUDE_DIR)/package.mk
20
21 define Package/haserl
22   SECTION:=utils
23   CATEGORY:=Utilities
24   TITLE:=A CGI wrapper to embed shell scripts in HTML documents
25   URL:=http://haserl.sourceforge.net/
26 endef
27
28 define Package/haserl/install
29         $(INSTALL_DIR) $(1)/usr/bin
30         $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/
31 endef
32
33 $(eval $(call BuildPackage,haserl))