Page MenuHomeSolus

D6384.diff
No OneTemporary

D6384.diff

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 : lua-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)
+build : |
+ %make LUA_INC="/usr/include/lua5.3/"
+install : |
+ %make_install PREFIX=/usr LUA_LIBDIR='$(DESTDIR)$(PREFIX)/lib/lua/5.3'
+check : |
+ LUA_CPATH=./src/?.so lua tests/test.lua
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,34 @@
+<PISI>
+ <Source>
+ <Name>lua-filesystem</Name>
+ <Packager>
+ <Name>Lukasz Kulinski</Name>
+ <Email>kulinski90@protonmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">Lua library developed to complement the set of functions related to file systems.</Summary>
+ <Description xml:lang="en">LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>lua-filesystem</Name>
+ <Summary xml:lang="en">Lua library developed to complement the set of functions related to file systems.</Summary>
+ <Description xml:lang="en">LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/lua/5.3/lfs.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-05-21</Date>
+ <Version>1.7.0.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Lukasz Kulinski</Name>
+ <Email>kulinski90@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 26, 3:58 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802173
Default Alt Text
D6384.diff (2 KB)

Event Timeline