Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
libseccomp: add 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan0x authored and Tristan Carel committed Jul 24, 2018
1 parent 81b17c7 commit 2e627c5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions var/spack/repos/builtin/packages/libseccomp/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
##############################################################################
# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#
# This file is part of Spack.
# Created by Todd Gamblin, [email protected], All rights reserved.
# LLNL-CODE-647188
#
# For details, see https://github.com/spack/spack
# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License (as
# published by the Free Software Foundation) version 2.1, February 1999.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
# conditions of the GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack import *


class Libseccomp(AutotoolsPackage):
"""Interface to the Linux Kernel's syscall filtering mechanism"""

homepage = "https://github.com/seccomp/libseccomp"
url = "https://github.com/seccomp/libseccomp/releases/download/v2.3.3/libseccomp-2.3.3.tar.gz"

version('2.3.3', 'e6b4e463857fe05c09dc56ec3bcaef84')

0 comments on commit 2e627c5

Please sign in to comment.