standardize Makefile, change section and category to utils, remove dup description
authorNicolas Thill <nico@openwrt.org>
Sat, 23 Sep 2006 13:55:57 +0000 (13:55 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 23 Sep 2006 13:55:57 +0000 (13:55 +0000)
SVN-Revision: 4828

openwrt/package/haserl/Makefile

index c58d04c23e333e2c3d6fed1d5f0fd1b89448e75d..eeba09b672ecb889a3f30736cc9f66acce7ccccd 100644 (file)
@@ -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