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 | 6efae65fe20f3cd8443ba5498eaaf5eb35bdb268 (patch) | |
tree | 5a8c77a6cf36cfd9cf4772f2f137f279d09a091d /openwrt/package/haserl/Makefile | |
parent | b1e68a6a85d9d00b2deab1fdbe7a2004c8f36341 (diff) | |
download | mtk-20170518-6efae65fe20f3cd8443ba5498eaaf5eb35bdb268.zip mtk-20170518-6efae65fe20f3cd8443ba5498eaaf5eb35bdb268.tar.gz mtk-20170518-6efae65fe20f3cd8443ba5498eaaf5eb35bdb268.tar.bz2 |
standardize Makefile, change section and category to utils, remove dup description
SVN-Revision: 4828
Diffstat (limited to 'openwrt/package/haserl/Makefile')
-rw-r--r-- | openwrt/package/haserl/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/openwrt/package/haserl/Makefile b/openwrt/package/haserl/Makefile index c58d04c..eeba09b 100644 --- a/openwrt/package/haserl/Makefile +++ b/openwrt/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 |