1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

standardize Makefile, change section and category to utils, remove dup description

SVN-Revision: 4828
This commit is contained in:
Nicolas Thill 2006-09-23 13:55:57 +00:00
parent b1e68a6a85
commit 6efae65fe2

@ -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