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 4/5] meson: New package
Date: Sun, 21 Oct 2018 21:35:33 +0200	[thread overview]
Message-ID: <20181021193534.31718-4-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20181021193534.31718-1-stefan.schantl@ipfire.org>

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

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

diff --git a/meson/meson.nm b/meson/meson.nm
new file mode 100644
index 000000000..208966a79
--- /dev/null
+++ b/meson/meson.nm
@@ -0,0 +1,52 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = meson
+version    = 0.48.1
+release    = 1
+arch	   = noarch
+
+groups     = Applications/System
+url        = http://mesonbuild.com/
+license    = ASL 2.0
+summary    = High productivity build system
+
+description
+	Meson is a build system designed to optimize programmer
+	productivity. It aims to do this by providing simple, out-of-the-box
+	support for modern software development tools and practices, such as
+	unit tests, coverage reports, Valgrind, CCache and the like.
+end
+
+source_dl  = https://github.com/mesonbuild/meson/archive/%{version}/
+
+build
+	requires
+		bison
+		boost-devel
+		flex
+		gcc-c++
+		gettext
+		ninja-build >= 1.5
+		python3-devel >= 3.5
+		python3-setuptools
+	end
+
+	build
+		%{python3} setup.py build
+	end
+
+	install
+		%{python3} setup.py install -O1 --skip-build --root %{BUILDROOT}
+	end
+end
+
+packages
+	package %{name}
+		requires
+			python3-setuptools
+		end
+	end
+end
-- 
2.17.1


  parent reply	other threads:[~2018-10-21 19:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-21 19:35 [PATCH 1/5] python-setuputils: Update to 40.4.3 Stefan Schantl
2018-10-21 19:35 ` [PATCH 2/5] python-lxml: Update to 4.2.5 Stefan Schantl
2018-10-21 19:35 ` [PATCH 3/5] ninja: New package Stefan Schantl
2018-10-21 19:35 ` Stefan Schantl [this message]
2018-10-21 19:35 ` [PATCH 5/5] systemd: Update to version 239 Stefan Schantl
2018-10-21 20:56   ` Michael Tremer

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=20181021193534.31718-4-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