summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 13:55:57 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-09-23 13:55:57 +0000
commite43e63574b774d1c2a832a64cb8173340fc094b9 (patch)
tree195547a64f17443e01b21882f3430a52abad33f9 /package
parentff197527560c1699bdc30ed1356939cb021995de (diff)
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
Diffstat (limited to 'package')
-rw-r--r--package/haserl/Makefile9
1 files changed, 4 insertions, 5 deletions
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