summaryrefslogtreecommitdiffstats
path: root/libraries/lua-filesystem/lfs.pc
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/lfs.pc
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/lfs.pc')
-rw-r--r--libraries/lua-filesystem/lfs.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/lua-filesystem/lfs.pc b/libraries/lua-filesystem/lfs.pc
new file mode 100644
index 0000000000..7cea70e8c2
--- /dev/null
+++ b/libraries/lua-filesystem/lfs.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib/lua/5.1
+
+Name: lfs
+Description: lfs - lua filesystem library
+Version: 1.5.0
+Cflags: -I${includedir}
+Libs: -L${libdir} -L/usr/lib -llfs -llua -lm