Ravenports generated: 18 Apr 2023 02:34
[ravenports.git] / bucket_69 / libluv
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libluv
4 VERSION=                1.44.2.1
5 REVISION=               1
6 KEYWORDS=               lang
7 VARIANTS=               standard
8 SDESC[standard]=        Bare libuv bindings for lua
9 HOMEPAGE=               https://github.com/luvit/luv
10 CONTACT=                nobody
11
12 DOWNLOAD_GROUPS=        main compat
13 SITES[main]=            GITHUB/luvit:luv:1.44.2-1
14 SITES[compat]=          GITHUB/keplerproject:lua-compat-5.3:bc91f40:deps/lua-compat-5.3
15 DISTFILE[1]=            generated:main
16 DISTFILE[2]=            generated:compat
17 DF_INDEX=               1 2
18 SPKGS[standard]=        single
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 BUILD_DEPENDS=          luajit-openresty:dev:standard
24 BUILDRUN_DEPENDS=       libuv:single:standard
25
26 USES=                   cmake
27
28 LICENSE=                APACHE20:single
29 LICENSE_TERMS=          single:{{WRKDIR}}/TERMS
30 LICENSE_FILE=           APACHE20:{{WRKSRC}}/LICENSE.txt
31 LICENSE_AWK=            TERMS:"LUV_H"
32 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/src/luv.h
33 LICENSE_SCHEME=         solo
34
35 SOVERSION=              1.44.2
36
37 CMAKE_ARGS=             -DWITH_SHARED_LIBUV:BOOL=ON
38                         -DBUILD_MODULE:BOOL=OFF
39                         -DBUILD_SHARED_LIBS:BOOL=ON
40                         -DWITH_LUA_ENGINE=LuaJIT
41                         -DLUA_BUILD_TYPE=System
42                         -DLUA_COMPAT53_DIR=deps/lua-compat-5.3
43
44 post-install:
45         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libluv.so
46
47 [FILE:426:descriptions/desc.single]
48 The luv library is libuv bindings for luajit and lua 5.1/ 5.2/ 5.3.
49
50 This library makes libuv available to lua scripts. It was made for the
51 luvit project but should usable from nearly any lua project.
52
53 The library can be used by multiple threads at once. Each thread is
54 assumed to load the library from a different lua_State. Luv will create
55 a unique uv_loop_t for each state. You can't share uv handles between
56 states/loops.
57
58
59 [FILE:226:distinfo]
60 f8c69908e17ec8ab370253d1508e23deaecfc0c4752d2efb77e427e579501104       124287 luvit-luv-1.44.2-1.tar.gz
61 30d559fadf00983f90aa52011c934def8f7540ffaa3973d9237f154ceea8413e        51289 keplerproject-lua-compat-5.3-bc91f40.tar.gz
62
63
64 [FILE:135:manifests/plist.single]
65 include/luv/
66  luv.h
67  util.h
68  lhandle.h
69  lreq.h
70 lib/pkgconfig/libluv.pc
71 lib/
72  libluv.so.%%SOMAJOR%%
73  libluv.so.%%SOVERSION%%
74  libluv.so
75