diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-09-23 13:55:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-09-23 13:55:57 +0000 |
commit | 75b7658fdba4509e5aac12f18a6401583487e5a7 (patch) | |
tree | 195547a64f17443e01b21882f3430a52abad33f9 /package/haserl | |
parent | 62f9d4d3eec870036da896561d952f732b17a22e (diff) | |
download | upstream-75b7658fdba4509e5aac12f18a6401583487e5a7.tar.gz upstream-75b7658fdba4509e5aac12f18a6401583487e5a7.tar.bz2 upstream-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
Diffstat (limited to 'package/haserl')
-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 |