summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/log4cpp/package.py
blob: 481d70de484f3d25c73b704cb3142b8e640d56d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 Log4cpp(AutotoolsPackage):
    """Log4cpp is library of C++ classes for flexible logging to
    files, syslog, IDSA and other destinations. It is modeled after
    the Log4j Java library, staying as close to their API as is
    reasonable."""

    homepage = "http://log4cpp.sourceforge.net/"
    url = "http://sourceforge.net/projects/log4cpp/files/log4cpp-1.1.3.tar.gz"

    license("LGPL-2.1-or-later")

    version("1.1.3", sha256="2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d")