summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libmcrypt/package.py
blob: 649724458705642966553187e206af89e8f24568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2023 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.package import *


class Libmcrypt(AutotoolsPackage):
    """Libmcrypt is a thread-safe library providing a uniform
    interface to access several block and stream encryption
    algorithms."""

    homepage = "https://sourceforge.net/projects/mcrypt/files/Libmcrypt/"
    url = "https://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz"

    version("2.5.8", sha256="e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e")