Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1 @@ +libc.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,18 @@ +name : lua51-filesystem +version : 1.7.0.2 +release : 1 +source : + - https://github.com/keplerproject/luafilesystem/archive/v1_7_0_2.tar.gz : 23b4883aeb4fb90b2d0f338659f33a631f9df7a7e67c54115775a77d4ac3cc59 +license : MIT +component : programming.library +summary : Lua library developed to complement the set of functions related to file systems. +description: | + LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. +builddeps : + - pkgconfig(lua-5.1) +build : | + %make LUA_INC="/usr/include/lua5.1/" +install : | + %make_install PREFIX='$(DESTDIR)/usr' +check : | + LUA_CPATH=./src/?.so lua5.1 tests/test.lua Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + lua51-filesystem + + Lukasz Kulinski + kulinski90@protonmail.com + + MIT + programming.library + Lua library developed to complement the set of functions related to file systems. + LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. + + https://getsol.us/sources/README.Solus + + + lua51-filesystem + Lua library developed to complement the set of functions related to file systems. + LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. + + programming.library + + /usr/lib/lua/5.1/lfs.so + + + + + 2019-05-21 + 1.7.0.2 + Packaging update + Lukasz Kulinski + kulinski90@protonmail.com + + + \ No newline at end of file