Add new package: libnftnl (#18954)
This commit is contained in:
parent
edfac1a04f
commit
6e4cf08984
1 changed files with 21 additions and 0 deletions
21
var/spack/repos/builtin/packages/libnftnl/package.py
Normal file
21
var/spack/repos/builtin/packages/libnftnl/package.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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 Libnftnl(AutotoolsPackage):
|
||||
"""A library for low-level interaction with nftables Netlink's API
|
||||
over libmnl."""
|
||||
|
||||
homepage = "https://git.netfilter.org/libnftnl/"
|
||||
url = "http://ftp.netfilter.org/pub/libnftnl/libnftnl-1.1.5.tar.bz2"
|
||||
|
||||
version('1.1.6', sha256='c1eb5a696fc1d4b3b412770586017bc01af93da3ddd25233d34a62979dee1eca')
|
||||
version('1.1.5', sha256='66de4d05227c0a1a731c369b193010d18a05b1185c2735211e0ecf658eeb14f3')
|
||||
version('1.1.4', sha256='c8c7988347adf261efac5bba59f8e5f995ffb65f247a88cc144e69620573ed20')
|
||||
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('libmnl@1.0.3:')
|
Loading…
Reference in a new issue