fribidi@1.0.5: new package (#12386)

This commit is contained in:
Geoffrey Oxberry 2019-09-08 15:10:39 -07:00 committed by Adam J. Stewart
parent 4a18d40a66
commit 983e6b4a4a

View File

@ -0,0 +1,22 @@
# Copyright 2013-2019 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 Fribidi(AutotoolsPackage):
"""GNU FriBidi: The Free Implementation of the Unicode Bidirectional
Algorithm."""
homepage = "https://github.com/fribidi/fribidi"
url = "https://github.com/fribidi/fribidi/releases/download/v1.0.5/fribidi-1.0.5.tar.bz2"
version('1.0.5', sha256='6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce')
depends_on('m4', type='build')
depends_on('autoconf', type='build')
depends_on('automake', type='build')
depends_on('libtool', type='build')