[Lunar-commits] <moonbase> luafilesystem: new module

Auke Kok sofar at foo-projects.org
Sun Jun 12 05:49:45 CEST 2011


commit 567ebec1cdc5a16e466b16278b059990b4cf92bd
Author: Tim Petschauer <tpetschauer at gmx.net>
Date:   Sun Jun 12 05:49:45 2011 +0200

    luafilesystem: new module
    
    needed by luakit
---
 zbeta/luafilesystem/BUILD   |    7 +++++++
 zbeta/luafilesystem/DEPENDS |    1 +
 zbeta/luafilesystem/DETAILS |   16 ++++++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/zbeta/luafilesystem/BUILD b/zbeta/luafilesystem/BUILD
new file mode 100644
index 0000000..4fa1eb5
--- /dev/null
+++ b/zbeta/luafilesystem/BUILD
@@ -0,0 +1,7 @@
+(
+
+  mv config config.orig &&
+  sed 's/\/local//' config.orig > config &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/luafilesystem/DEPENDS b/zbeta/luafilesystem/DEPENDS
new file mode 100644
index 0000000..9dc7219
--- /dev/null
+++ b/zbeta/luafilesystem/DEPENDS
@@ -0,0 +1 @@
+depends lua
diff --git a/zbeta/luafilesystem/DETAILS b/zbeta/luafilesystem/DETAILS
new file mode 100644
index 0000000..bcd0aac
--- /dev/null
+++ b/zbeta/luafilesystem/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=luafilesystem
+         VERSION=1.5.0
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=https://github.com/downloads/keplerproject/luafilesystem/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:1ee2ca3b5dbc3cf7c21c7168a0873b2983b7e241
+        WEB_SITE="http://keplerproject.github.com/luafilesystem/"
+         ENTERED=20110530
+         UPDATED=20110530
+           SHORT="A file system library for the Lua Programming Language"
+cat <<EOF
+LuaFileSystem is a Lua library developed to complement the set
+of functions related to file systems offered by the standard Lua
+distribution.  It offers a portable way to access the underlying
+directory structure and file attributes.
+EOF


More information about the Lunar-commits mailing list