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