2006-06-27 00:35:46 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2005-03-21 08:12:49 +00:00
|
|
|
# $Id$
|
|
|
|
|
2005-03-08 03:32:09 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2005-05-19 21:14:18 +00:00
|
|
|
PKG_NAME:=haserl
|
|
|
|
PKG_VERSION:=0.8.0
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
2006-05-10 19:06:22 +00:00
|
|
|
PKG_SOURCE_URL:=@SF/haserl
|
|
|
|
PKG_MD5SUM:=bd9195d086566f56634c0bcbbbcbebea
|
2005-05-19 21:14:18 +00:00
|
|
|
|
2006-06-21 02:32:39 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2005-04-18 22:16:03 +00:00
|
|
|
|
2006-05-10 19:06:22 +00:00
|
|
|
define Package/haserl
|
2006-09-23 13:55:57 +00:00
|
|
|
SECTION:=utils
|
|
|
|
CATEGORY:=Utilities
|
|
|
|
TITLE:=A CGI wrapper to embed shell scripts in HTML documents
|
|
|
|
URL:=http://haserl.sourceforge.net/
|
2006-05-10 19:06:22 +00:00
|
|
|
endef
|
2005-05-13 03:39:45 +00:00
|
|
|
|
2006-05-10 19:06:22 +00:00
|
|
|
define Package/haserl/install
|
2006-11-23 00:29:07 +00:00
|
|
|
$(INSTALL_DIR) $(1)/usr/bin
|
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/
|
2006-05-10 19:06:22 +00:00
|
|
|
endef
|
2005-03-08 03:32:09 +00:00
|
|
|
|
2006-05-10 19:06:22 +00:00
|
|
|
$(eval $(call BuildPackage,haserl))
|