standardize Makefile, change section and category to utils, remove dup description
SVN-Revision: 4828
This commit is contained in:
parent
b1e68a6a85
commit
6efae65fe2
1 changed files with 4 additions and 5 deletions
|
@ -21,10 +21,9 @@ PKG_CAT:=zcat
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/haserl
|
define Package/haserl
|
||||||
SECTION:=base
|
SECTION:=utils
|
||||||
# CATEGORY:=FIXME
|
CATEGORY:=Utilities
|
||||||
TITLE:=A CGI wrapper to embed shell scripts in HTML documents
|
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/
|
URL:=http://haserl.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue