projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2826f6
)
move lua packages (except liblua) in a 'LUA' submenu
author
Nicolas Thill
<nico@openwrt.org>
Sun, 23 Sep 2007 18:14:01 +0000
(18:14 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 23 Sep 2007 18:14:01 +0000
(18:14 +0000)
SVN-Revision: 8992
lang/lua/Makefile
patch
|
blob
|
history
diff --git
a/lang/lua/Makefile
b/lang/lua/Makefile
index c720855e63b6657813b863ee9649ce507fea07ba..1a4ec5d8dc8954c5a38b5d8d26c3ea039c4e2a5e 100644
(file)
--- a/
lang/lua/Makefile
+++ b/
lang/lua/Makefile
@@
-26,6
+26,7
@@
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/lua/Default
+ SUBMENU:=LUA
SECTION:=lang
CATEGORY:=Languages
TITLE:=LUA programming language
@@
-38,6
+39,7
@@
endef
define Package/liblua
$(call Package/lua/Default)
+ SUBMENU:=
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (libraries)