aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-09-23 13:55:57 +0000
committerNicolas Thill <nico@openwrt.org>2006-09-23 13:55:57 +0000
commit75b7658fdba4509e5aac12f18a6401583487e5a7 (patch)
tree195547a64f17443e01b21882f3430a52abad33f9
parent62f9d4d3eec870036da896561d952f732b17a22e (diff)
downloadmaster-187ad058-75b7658fdba4509e5aac12f18a6401583487e5a7.tar.gz
master-187ad058-75b7658fdba4509e5aac12f18a6401583487e5a7.tar.bz2
master-187ad058-75b7658fdba4509e5aac12f18a6401583487e5a7.zip
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
-rw-r--r--package/haserl/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/haserl/Makefile b/package/haserl/Makefile
index c58d04c23e..eeba09b672 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