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

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

---
 ninja/ninja.nm | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)
 create mode 100644 ninja/ninja.nm

diff --git a/ninja/ninja.nm b/ninja/ninja.nm
new file mode 100644
index 000000000..e0793d8a0
--- /dev/null
+++ b/ninja/ninja.nm
@@ -0,0 +1,69 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = ninja
+version    = 1.8.2
+release    = 1
+
+groups     = Applications/System
+url        = http://martine.github.com/ninja/
+license    = ASL 2.0
+summary    = A small build system with a focus on speed
+
+description
+	Ninja is a small build system with a focus on speed. It differs from other
+	build systems in two major respects: it is designed to have its input files
+	generated by a higher-level build system, and it is designed to run builds as
+	fast as possible.
+end
+
+source_dl  = https://github.com/martine/ninja/archive/v%{version}/
+
+build
+	requires
+		asciidoc
+		python3-devel
+	end
+
+	build
+		# Configure and bootstrap the build environment.
+		%{python3} configure.py --bootstrap --verbose
+
+		# Build ninja.
+		./ninja -v all
+
+		# Build manual.
+		./ninja -v manual
+	end
+
+	check
+		# Run testsuite - filter SubprocessTest
+		./ninja_test --gtest_filter=-SubprocessTest.SetWithLots
+	end
+
+	install
+		# Install ninja.
+		install -Dpm0755 ninja -t %{BUILDROOT}%{bindir}/
+
+		# Create compatibliy symlink.
+		ln -s ninja %{BUILDROOT}%{bindir}/ninja-build
+
+		# Install bash-comletion.
+		install -Dpm0644 misc/bash-completion %{BUILDROOT}%{datadir}/bash-completion/completions/ninja
+
+		# Install ninja syntax highlighting for vim.
+		install -Dpm0644 misc/ninja.vim %{BUILDROOT}%{datadir}/vim/vimfiles/syntax/ninja.vim
+	end
+end
+
+packages
+	package %{name}
+		provides += ninja-build
+	end
+
+	package %{name}-debuginfo
+		template DEBUGINFO
+	end
+end
-- 
2.17.1


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-21 19:27 [PATCH 1/4] python-lxml: Update to 4.2.5 Stefan Schantl
2018-10-21 19:27 ` Stefan Schantl [this message]
2018-10-21 19:27 ` [PATCH 3/4] meson: New package Stefan Schantl
2018-10-21 19:27 ` [PATCH 4/4] systemd: Update to version 239 Stefan Schantl

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=20181021192707.31296-2-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