diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-26 21:28:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-26 21:28:31 +0000 |
commit | 5c4782fd79936b3a713401bc49fc0449e7c0c845 (patch) | |
tree | e9520e330a41c57cef765797f560090c72b523fd /package/lua/ipkg/luac.control | |
parent | 040963808ff05c93137a5f2bce494bdf2533b768 (diff) | |
download | master-187ad058-5c4782fd79936b3a713401bc49fc0449e7c0c845.tar.gz master-187ad058-5c4782fd79936b3a713401bc49fc0449e7c0c845.tar.bz2 master-187ad058-5c4782fd79936b3a713401bc49fc0449e7c0c845.zip |
Add lua package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua/ipkg/luac.control')
-rw-r--r-- | package/lua/ipkg/luac.control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/lua/ipkg/luac.control b/package/lua/ipkg/luac.control new file mode 100644 index 0000000000..56e13c7338 --- /dev/null +++ b/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 |