summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libspiro/package.py
blob: 19b5c4bcf3d555ac49fc61acbdbf64e96a3b0365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2022 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 Libspiro(AutotoolsPackage):
    """Spiro is the creation of Raph Levien. It simplifies the drawing of
    beautiful curves."""

    homepage = "https://github.com/fontforge/"
    url      = "https://github.com/fontforge/libspiro/archive/20200505.tar.gz"

    version('20200505',     sha256='00be530b5c0ea9274baadf6c05521f0b192d4c3c1db636ac8b08efd44aaea8f5')
    version('20190731',     sha256='24c7d1ccc7c7fe44ff10c376aa9f96e20e505f417ee72b63dc91a9b34eeac354')

    depends_on('autoconf', type='build')
    depends_on('automake', type='build')
    depends_on('libtool',  type='build')
    depends_on('m4',       type='build')