libidl: added new package at v0.8.14 (#18403)
This commit is contained in:
parent
3a0d273dae
commit
06ad858be2
1 changed files with 19 additions and 0 deletions
19
var/spack/repos/builtin/packages/libidl/package.py
Normal file
19
var/spack/repos/builtin/packages/libidl/package.py
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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 Libidl(AutotoolsPackage):
|
||||||
|
"""libraries for Interface Definition Language files"""
|
||||||
|
|
||||||
|
homepage = "https://developer.gnome.org/"
|
||||||
|
url = "https://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2"
|
||||||
|
|
||||||
|
version('0.8.14', sha256='c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220')
|
||||||
|
|
||||||
|
depends_on('pkgconfig', type='build')
|
||||||
|
depends_on('glib')
|
Loading…
Reference in a new issue