summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bigreqsproto/package.py
blob: 98089b135598c34538811f19c4748e2436c6d24a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 Bigreqsproto(AutotoolsPackage):
    """Big Requests Extension.

    This extension defines a protocol to enable the use of requests
    that exceed 262140 bytes in length."""

    homepage = "http://cgit.freedesktop.org/xorg/proto/bigreqsproto"
    url      = "https://www.x.org/archive/individual/proto/bigreqsproto-1.1.2.tar.gz"

    version('1.1.2', '9b83369ac7a5eb2bf54c8f34db043a0e')

    depends_on('pkgconfig', type='build')
    depends_on('util-macros', type='build')