diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-23 13:55:57 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-23 13:55:57 +0000 |
commit | e43e63574b774d1c2a832a64cb8173340fc094b9 (patch) | |
tree | 195547a64f17443e01b21882f3430a52abad33f9 | |
parent | ff197527560c1699bdc30ed1356939cb021995de (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
-rw-r--r-- | package/haserl/Makefile | 9 |
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 |