1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:29:48 +03:00

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
This commit is contained in:
nico 2006-09-23 13:55:57 +00:00
parent ff19752756
commit e43e63574b

View File

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