1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-23 21:04:43 +02: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 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
define Package/haserl/install define Package/haserl/install