]> git.ipfire.org Git - ipfire-3.x.git/blame - libuv/libuv.nm
libseccomp: Update to 2.4.3
[ipfire-3.x.git] / libuv / libuv.nm
CommitLineData
d6bd23b5
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libuv
7version = 1.27.0
8release = 1
9
10groups = Development/Tools
11url = https://github.com/libuv/libuv
12license = libuv
13summary = Multi-platform support library with a focus on asynchronous I/O
14
15description
16 libuv is a multi-platform support library with a focus on
17 asynchronous I/O.
18end
19
20source_dl = https://github.com/libuv/libuv/archive/v%{version}/
21
22build
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.
34end
35
36packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46end