From d72c73cd60dfac630cc4763f1af8ae4ec2129472 Mon Sep 17 00:00:00 2001 From: darmac Date: Thu, 24 Sep 2020 09:02:15 +0800 Subject: Add new package: bird (#18833) --- var/spack/repos/builtin/packages/bird/package.py | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 var/spack/repos/builtin/packages/bird/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/bird/package.py b/var/spack/repos/builtin/packages/bird/package.py new file mode 100644 index 0000000000..bf0a6209a5 --- /dev/null +++ b/var/spack/repos/builtin/packages/bird/package.py @@ -0,0 +1,27 @@ +# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack import * + + +class Bird(AutotoolsPackage): + """The BIRD project aims to develop a dynamic IP routing daemon with + full support of all modern routing protocols, easy to use + configuration interface and powerful route filtering language, + primarily targeted on (but not limited to) Linux and other UNIX-like + systems and distributed under the GNU General Public License.""" + + homepage = "http://bird.network.cz/" + url = "https://github.com/BIRD/bird/archive/v2.0.2.tar.gz" + + version('2.0.2', sha256='bd42d48fbcc2c0046d544f1183cd98193ff15b792d332ff45f386b0180b09335') + version('2.0.1', sha256='cd6ea4a39ca97ad16d364bf80f919f0e75eba02dd7fe46be40f55d78d022244a') + + depends_on('autoconf', type='build') + depends_on('automake', type='build') + depends_on('libtool', type='build') + depends_on('m4', type='build') + depends_on('ncurses') + depends_on('readline') -- cgit v1.2.3-60-g2f50