From patchwork Mon Oct 22 06:27:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1959 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 4D29F61E88 for ; Sun, 21 Oct 2018 21:27:29 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 06C52216DA1F; Sun, 21 Oct 2018 20:27:28 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540150049; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=62m6WnGp8GWTxX44AoOz3FyflWdQjRGhBGHq/lW5ZpM=; b=c7BaV5gTkcZb4iztoHkVk7X8EBS56IoUhisj9i6wCymMUZq9HUoJywQI9x0XG2oCVcRWc8 Vb95gdAhZ0CI0F4Ce4fPp3COTuzHHIWZInGQMBHHKU0RnuFzTVTu3clDqga/oV8LeJ+xPO BWJZSMpKyRHso0/AdiIx26k/J9qWDanD/Yw2o6pni/bdOZ+Qm2n9+Y7A+C9//w3yZ+/LR7 QgsNbBKLBzfSYFUwRRrU2B/QVGI3UsLO05HiN4hHgnpZBn9+tI6a40f/byfm1RkCT9QjyU 6Zr4l/pImtdY4FeWHGUdISZIicujcmhAOZCODT7sOVHGd6SFXO+bB9Gzj0ldEQ== Received: from tuxedo.stevee (078132056097.public.t-mobile.at [78.132.56.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 5920221A13C5; Sun, 21 Oct 2018 20:27:13 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540150033; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=62m6WnGp8GWTxX44AoOz3FyflWdQjRGhBGHq/lW5ZpM=; b=gkMNMkDUuHpCJlt8jCMs/QUTSWSOcldHcS36lNQJHy7lLs5+HBuXCtYMSg31pD6JBGBWuY pqCKHasKsjEJKrrOm5K99Jqshuwslf6UuufurSv1vFGuESTThFOTwibL/JgsLKc7edTt8s fLccgB3tBvohtXQF03zCKuUbrwchhdYyUVBI8wP9Bn11rSuY4JF3syZfygu5DYFSqOkuX/ 8QTnzGfxhzmCmSRcQ1pv2fwxY+tcoHqvf/IdO8Wemg+5EwScOBF0w2J1wDw4BOY6wN4z9W FDkKck1nhV2Jga0ZPiJnZ7Kh0zFYAyfEACQIeirBlQ8il/XgHM18MTmtsaBwOQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 3/4] meson: New package Date: Sun, 21 Oct 2018 21:27:06 +0200 Message-Id: <20181021192707.31296-3-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181021192707.31296-1-stefan.schantl@ipfire.org> References: <20181021192707.31296-1-stefan.schantl@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-Spamd-Result: default: False [-6.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLY(-4.00)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:8412, ipnet:78.132.0.0/17, country:AT]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-6.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- 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 # +############################################################################### + +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