Ravenports generated: 19 Jan 2020 18:16
[ravenports.git] / bucket_69 / libluv
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libluv
4 VERSION=                1.34.1.1
5 KEYWORDS=               lang
6 VARIANTS=               standard
7 SDESC[standard]=        Bare libuv bindings for lua
8 HOMEPAGE=               https://github.com/luvit/luv
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/luvit:luv:1.34.1-1
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILDRUN_DEPENDS=       libuv:single:standard
21
22 USES=                   cmake lua
23
24 SOVERSION=              1.34.1
25
26 CMAKE_ARGS=             -DWITH_SHARED_LIBUV:BOOL=ON
27                         -DBUILD_MODULE:BOOL=OFF
28                         -DBUILD_SHARED_LIBS:BOOL=ON
29                         -DWITH_LUA_ENGINE=Lua
30                         -DLUA_BUILD_TYPE=System
31
32 post-install:
33         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libluv.so
34
35 [FILE:426:descriptions/desc.single]
36 The luv library is libuv bindings for luajit and lua 5.1/ 5.2/ 5.3.
37
38 This library makes libuv available to lua scripts. It was made for the
39 luvit project but should usable from nearly any lua project.
40
41 The library can be used by multiple threads at once. Each thread is
42 assumed to load the library from a different lua_State. Luv will create
43 a unique uv_loop_t for each state. You can't share uv handles between
44 states/loops.
45
46
47 [FILE:104:distinfo]
48 bc668658e03fa67c95682329c248f0c166ae625725a7ae5d2ee5561273195ff0       102816 luvit-luv-1.34.1-1.tar.gz
49
50
51 [FILE:135:manifests/plist.single]
52 include/luv/
53  luv.h
54  util.h
55  lhandle.h
56  lreq.h
57 lib/pkgconfig/libluv.pc
58 lib/
59  libluv.so.%%SOMAJOR%%
60  libluv.so.%%SOVERSION%%
61  libluv.so
62