projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e68a6
)
standardize Makefile, change section and category to utils, remove dup description
author
Nicolas Thill
<nico@openwrt.org>
Sat, 23 Sep 2006 13:55:57 +0000
(13:55 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 23 Sep 2006 13:55:57 +0000
(13:55 +0000)
SVN-Revision: 4828
openwrt/package/haserl/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/haserl/Makefile
b/openwrt/package/haserl/Makefile
index c58d04c23e333e2c3d6fed1d5f0fd1b89448e75d..eeba09b672ecb889a3f30736cc9f66acce7ccccd 100644
(file)
--- 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