Page MenuHomeSolus

D7658.id18601.diff
No OneTemporary

D7658.id18601.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,10 @@
+libluv.so.1:luaopen_luv
+libluv.so.1:luv_cfpcall
+libluv.so.1:luv_context
+libluv.so.1:luv_loop
+libluv.so.1:luv_set_callback
+libluv.so.1:luv_set_loop
+libluv.so.1:luv_set_thread_cb
+libluv.so.1:luv_stack_dump
+libluv.so.1:luv_state
+libluv.so.1:thread_dump
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libuv.so.1
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,23 @@
+name : libluv
+version : 1.32.0
+release : 1
+source :
+ - https://github.com/luvit/luv/releases/download/1.32.0-0/luv-1.32.0-0.tar.gz : 25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3
+license : Apache-2.0
+component : programming
+summary : Bare libuv bindings for lua
+description: |
+ Makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project.
+builddeps :
+ - pkgconfig(libuv)
+ - pkgconfig(luajit)
+setup : |
+ %cmake_ninja \
+ -DBUILD_MODULE=OFF \
+ -DBUILD_SHARED_LIBS=ON \
+ -DLUA_BUILD_TYPE=System \
+ -DWITH_SHARED_LIBUV=ON
+build : |
+ %ninja_build
+install : |
+ %ninja_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,53 @@
+<PISI>
+ <Source>
+ <Name>libluv</Name>
+ <Packager>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming</PartOf>
+ <Summary xml:lang="en">Bare libuv bindings for lua</Summary>
+ <Description xml:lang="en">Makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>libluv</Name>
+ <Summary xml:lang="en">Bare libuv bindings for lua</Summary>
+ <Description xml:lang="en">Makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project.
+</Description>
+ <PartOf>programming</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/libluv.so.1</Path>
+ <Path fileType="library">/usr/lib/libluv.so.1.32.0</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>libluv-devel</Name>
+ <Summary xml:lang="en">Development files for libluv</Summary>
+ <Description xml:lang="en">Makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">libluv</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/luv/lhandle.h</Path>
+ <Path fileType="header">/usr/include/luv/lreq.h</Path>
+ <Path fileType="header">/usr/include/luv/luv.h</Path>
+ <Path fileType="header">/usr/include/luv/util.h</Path>
+ <Path fileType="library">/usr/lib/libluv.so</Path>
+ <Path fileType="data">/usr/lib/pkgconfig/libluv.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-11-30</Date>
+ <Version>1.32.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 3:54 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803230
Default Alt Text
D7658.id18601.diff (4 KB)

Event Timeline