2006-06-27 03:35:46 +03: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 10:12:49 +02:00
|
|
|
# $Id$
|
|
|
|
|
2005-03-08 05:32:09 +02:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2005-05-20 00:14:18 +03:00
|
|
|
PKG_NAME:=haserl
|
|
|
|
PKG_VERSION:=0.8.0
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
2006-05-10 22:06:22 +03:00
|
|
|
PKG_SOURCE_URL:=@SF/haserl
|
|
|
|
PKG_MD5SUM:=bd9195d086566f56634c0bcbbbcbebea
|
2005-05-20 00:14:18 +03:00
|
|
|
|
2006-06-21 05:32:39 +03:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
2005-04-19 01:16:03 +03:00
|
|
|
|
2006-05-10 22:06:22 +03:00
|
|
|
define Package/haserl
|
2006-09-23 16:55:57 +03:00
|
|
|
SECTION:=utils
|
|
|
|
CATEGORY:=Utilities
|
|
|
|
TITLE:=A CGI wrapper to embed shell scripts in HTML documents
|
|
|
|
URL:=http://haserl.sourceforge.net/
|
2006-05-10 22:06:22 +03:00
|
|
|
endef
|
2005-05-13 06:39:45 +03:00
|
|
|
|
2006-05-10 22:06:22 +03:00
|
|
|
define Package/haserl/install
|
2006-11-23 02:29:07 +02:00
|
|
|
$(INSTALL_DIR) $(1)/usr/bin
|
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/
|
2006-05-10 22:06:22 +03:00
|
|
|
endef
|
2005-03-08 05:32:09 +02:00
|
|
|
|
2006-05-10 22:06:22 +03:00
|
|
|
$(eval $(call BuildPackage,haserl))
|