]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
libuv: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Apr 2019 21:11:59 +0000 (22:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Apr 2019 21:11:59 +0000 (22:11 +0100)
libuv is a multi-platform support library with a focus on
asynchronous I/O.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libuv/libuv.nm [new file with mode: 0644]

diff --git a/libuv/libuv.nm b/libuv/libuv.nm
new file mode 100644 (file)
index 0000000..09e3f8c
--- /dev/null
@@ -0,0 +1,46 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libuv
+version    = 1.27.0
+release    = 1
+
+groups     = Development/Tools
+url        = https://github.com/libuv/libuv
+license    = libuv
+summary    = Multi-platform support library with a focus on asynchronous I/O
+
+description
+       libuv is a multi-platform support library with a focus on
+       asynchronous I/O.
+end
+
+source_dl  = https://github.com/libuv/libuv/archive/v%{version}/
+
+build
+       requires
+               autoconf
+               automake
+       end
+
+       prepare_cmds
+               ./autogen.sh
+       end
+
+       # The test suite requires network access and does
+       # not run through in pakfire.
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end