]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - libuv/libuv.nm
libuv: New package
[people/stevee/ipfire-3.x.git] / libuv / libuv.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libuv
7 version = 1.27.0
8 release = 1
9
10 groups = Development/Tools
11 url = https://github.com/libuv/libuv
12 license = libuv
13 summary = Multi-platform support library with a focus on asynchronous I/O
14
15 description
16 libuv is a multi-platform support library with a focus on
17 asynchronous I/O.
18 end
19
20 source_dl = https://github.com/libuv/libuv/archive/v%{version}/
21
22 build
23 requires
24 autoconf
25 automake
26 end
27
28 prepare_cmds
29 ./autogen.sh
30 end
31
32 # The test suite requires network access and does
33 # not run through in pakfire.
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end