new package: dbus-glib (#18400)
This commit is contained in:
parent
3287050226
commit
fc251e62d1
21
var/spack/repos/builtin/packages/dbus-glib/package.py
Normal file
21
var/spack/repos/builtin/packages/dbus-glib/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 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')
|
Loading…
Reference in New Issue
Block a user