summaryrefslogtreecommitdiffstats
path: root/libraries/lua-filesystem/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-10 07:44:00 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-10 16:35:35 -0500
commit6179f15efd78eab46b92d255248c3c75d783940e (patch)
treeca830104658ed62ec83c8690806a8c98e6c584be /libraries/lua-filesystem/README
parentc8d8154eab85d966a08fde2c6dfcc949451318f5 (diff)
downloadslackbuilds-6179f15efd78eab46b92d255248c3c75d783940e.tar.gz
slackbuilds-6179f15efd78eab46b92d255248c3c75d783940e.tar.xz
libraries/lua-filesystem: Renamed from luafilesystem.
Also added a pkconfig file and a couple of links. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/lua-filesystem/README')
-rw-r--r--libraries/lua-filesystem/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/lua-filesystem/README b/libraries/lua-filesystem/README
new file mode 100644
index 0000000000..d8a3ea388d
--- /dev/null
+++ b/libraries/lua-filesystem/README
@@ -0,0 +1,7 @@
+lua-filesystem (lua filesystem library)
+
+LuaFileSystem is a Lua library developed to complement the set
+of functions related to filesystems offered by the standard
+Lua distribution.
+LuaFileSystem offers a portable way to access the underlying
+directory structure and file attributes.