From 6bfaf3a5058abcb7e281d9025d31ad4cf33676dc Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 26 May 2005 21:28:31 +0000 Subject: Add lua package SVN-Revision: 1066 --- openwrt/package/lua/ipkg/liblua.control | 8 ++++++++ openwrt/package/lua/ipkg/lua-examples.control | 9 +++++++++ openwrt/package/lua/ipkg/lua.control | 9 +++++++++ openwrt/package/lua/ipkg/luac.control | 9 +++++++++ 4 files changed, 35 insertions(+) create mode 100644 openwrt/package/lua/ipkg/liblua.control create mode 100644 openwrt/package/lua/ipkg/lua-examples.control create mode 100644 openwrt/package/lua/ipkg/lua.control create mode 100644 openwrt/package/lua/ipkg/luac.control (limited to 'openwrt/package/lua/ipkg') diff --git a/openwrt/package/lua/ipkg/liblua.control b/openwrt/package/lua/ipkg/liblua.control new file mode 100644 index 0000000..6e727cb --- /dev/null +++ b/openwrt/package/lua/ipkg/liblua.control @@ -0,0 +1,8 @@ +Package: liblua +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/lua/ +Description: LUA programming language shared libraries diff --git a/openwrt/package/lua/ipkg/lua-examples.control b/openwrt/package/lua/ipkg/lua-examples.control new file mode 100644 index 0000000..9105805 --- /dev/null +++ b/openwrt/package/lua/ipkg/lua-examples.control @@ -0,0 +1,9 @@ +Package: lua-examples +Priority: optional +Section: devel +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/lua/ +Description: LUA programming language examples +Depends: lua diff --git a/openwrt/package/lua/ipkg/lua.control b/openwrt/package/lua/ipkg/lua.control new file mode 100644 index 0000000..1de9457 --- /dev/null +++ b/openwrt/package/lua/ipkg/lua.control @@ -0,0 +1,9 @@ +Package: lua +Priority: optional +Section: admin +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/lua/ +Description: LUA programming language interpreter +Depends: liblua diff --git a/openwrt/package/lua/ipkg/luac.control b/openwrt/package/lua/ipkg/luac.control new file mode 100644 index 0000000..56e13c7 --- /dev/null +++ b/openwrt/package/lua/ipkg/luac.control @@ -0,0 +1,9 @@ +Package: luac +Priority: optional +Section: devel +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico +Source: http://nthill.free.fr/openwrt/sources/lua/ +Description: LUA programming language compiler +Depends: liblua -- cgit v1.1