diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 21:28:31 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 21:28:31 +0000 |
commit | efa2af5aa6205e82aa87118b164ec4306c01e108 (patch) | |
tree | f731281f8fb8f1071242fbf68df119400f9fa066 /openwrt/package/lua/ipkg | |
parent | 649dbaf7d266d7a2e1012b67f3889cb7bdbed396 (diff) |
Add lua package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lua/ipkg')
-rw-r--r-- | openwrt/package/lua/ipkg/liblua.control | 8 | ||||
-rw-r--r-- | openwrt/package/lua/ipkg/lua-examples.control | 9 | ||||
-rw-r--r-- | openwrt/package/lua/ipkg/lua.control | 9 | ||||
-rw-r--r-- | openwrt/package/lua/ipkg/luac.control | 9 |
4 files changed, 35 insertions, 0 deletions
diff --git a/openwrt/package/lua/ipkg/liblua.control b/openwrt/package/lua/ipkg/liblua.control new file mode 100644 index 0000000000..6e727cbee8 --- /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 <nthill@free.fr> +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 0000000000..91058058f2 --- /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 <nthill@free.fr> +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 0000000000..1de9457867 --- /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 <nthill@free.fr> +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 0000000000..56e13c7338 --- /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 <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/lua/ +Description: LUA programming language compiler +Depends: liblua |