standardize Makefile, change section and category to utils, remove dup description
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Sep 2006 13:55:57 +0000 (13:55 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Sep 2006 13:55:57 +0000 (13:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4828 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/haserl/Makefile

index c58d04c..eeba09b 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