From 6efae65fe20f3cd8443ba5498eaaf5eb35bdb268 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 23 Sep 2006 13:55:57 +0000 Subject: [PATCH] standardize Makefile, change section and category to utils, remove dup description SVN-Revision: 4828 --- openwrt/package/haserl/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/openwrt/package/haserl/Makefile b/openwrt/package/haserl/Makefile index c58d04c23e..eeba09b672 100644 --- a/openwrt/package/haserl/Makefile +++ b/openwrt/package/haserl/Makefile @@ -21,11 +21,10 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/package.mk define Package/haserl -SECTION:=base -# CATEGORY:=FIXME -TITLE:=A CGI wrapper to embed shell scripts in HTML documents -DESCRIPTION:=A CGI wrapper to embed shell scripts in HTML documents. -URL:=http://haserl.sourceforge.net/ + SECTION:=utils + CATEGORY:=Utilities + TITLE:=A CGI wrapper to embed shell scripts in HTML documents + URL:=http://haserl.sourceforge.net/ endef define Package/haserl/install -- 2.25.1