diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_symbols b/abi_symbols new file mode 100644 --- /dev/null +++ b/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 diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libuv.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/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 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,53 @@ + + + libluv + + James Lee + jamesl33info@gmail.com + + Apache-2.0 + programming + Bare libuv bindings for lua + Makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project. + + https://getsol.us/sources/README.Solus + + + libluv + Bare libuv bindings for lua + Makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project. + + programming + + /usr/lib/libluv.so.1 + /usr/lib/libluv.so.1.32.0 + + + + libluv-devel + Development files for libluv + Makes libuv available to lua scripts. It was made for the luvit project but should usable from nearly any lua project. + + programming.devel + + libluv + + + /usr/include/luv/lhandle.h + /usr/include/luv/lreq.h + /usr/include/luv/luv.h + /usr/include/luv/util.h + /usr/lib/libluv.so + /usr/lib/pkgconfig/libluv.pc + + + + + 2019-11-30 + 1.32.0 + Packaging update + James Lee + jamesl33info@gmail.com + + + \ No newline at end of file