new package: dbus-glib (#18400)

This commit is contained in:
ketsubouchi 2020-09-01 00:52:01 +09:00 committed by GitHub
parent 3287050226
commit fc251e62d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 DbusGlib(AutotoolsPackage):
"""dbus-glib package provides GLib interface for D-Bus API."""
homepage = "https://dbus.freedesktop.org"
url = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.110.tar.gz"
version('0.110', sha256='7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825')
depends_on('pkgconfig', type='build')
depends_on('expat')
depends_on('glib')
depends_on('dbus')