public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] http-parser: New package.
Date: Mon, 02 Sep 2019 14:25:54 +0200	[thread overview]
Message-ID: <20190902122554.26292-1-stefan.schantl@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1958 bytes --]

This package is used to build libgit2.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 http-parser/http-parser.nm | 50 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
 create mode 100644 http-parser/http-parser.nm

diff --git a/http-parser/http-parser.nm b/http-parser/http-parser.nm
new file mode 100644
index 000000000..d22337873
--- /dev/null
+++ b/http-parser/http-parser.nm
@@ -0,0 +1,50 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = http-parser
+version    = 2.9.2
+release    = 1
+
+groups     = System/Libraries
+url        = https://github.com/nodejs/http-parser
+license    = MIT
+summary    = HTTP request/response parser for C
+
+description
+	This is a parser for HTTP messages written in C. It parses both requests and
+	responses. The parser is designed to be used in performance HTTP applications.
+	It does not make any syscalls nor allocations, it does not buffer data, it can
+	be interrupted at anytime. Depending on your architecture, it only requires
+	about 40 bytes of data per message stream (in a web server that is per
+	connection).
+end
+
+source_dl  = https://github.com/nodejs/%{name}/archive/v%{version}/
+
+build
+	prepare_cmds
+		# Remove Werror from Makefile.
+		sed -i 's/\-Werror//g' Makefile
+	end
+
+	# Testsuite will be launched automatically
+	# after compiling has finished.
+
+	make_install_targets += \
+		PREFIX=%{prefix} \
+		LIBDIR=%{libdir}
+end
+
+packages
+	package %{name}
+
+	package %{name}-devel
+		template DEVEL
+	end
+
+	package %{name}-debuginfo
+		template DEBUGINFO
+	end
+end
-- 
2.20.1


                 reply	other threads:[~2019-09-02 12:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190902122554.26292-1-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox