From: nico Date: Sat, 23 Sep 2006 13:55:57 +0000 (+0000) Subject: standardize Makefile, change section and category to utils, remove dup description X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=e43e63574b774d1c2a832a64cb8173340fc094b9 standardize Makefile, change section and category to utils, remove dup description git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4828 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/haserl/Makefile b/package/haserl/Makefile index c58d04c23..eeba09b67 100644 --- a/package/haserl/Makefile +++ b/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