1570N/A###############################################################################
1570N/A#
1570N/A# libepoxy - library for handling OpenGL function pointers
1570N/A#
1630N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
1570N/A#
1570N/A# Permission is hereby granted, free of charge, to any person obtaining a
1570N/A# copy of this software and associated documentation files (the "Software"),
1570N/A# to deal in the Software without restriction, including without limitation
1570N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1570N/A# and/or sell copies of the Software, and to permit persons to whom the
1570N/A# Software is furnished to do so, subject to the following conditions:
1570N/A#
1570N/A# The above copyright notice and this permission notice (including the next
1570N/A# paragraph) shall be included in all copies or substantial portions of the
1570N/A# Software.
1570N/A#
1570N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1570N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1570N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1570N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1570N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1570N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1570N/A# DEALINGS IN THE SOFTWARE.
1570N/A#
1570N/A#
1570N/A
1570N/A# Package name used in tarballs
1570N/AMODULE_NAME=libepoxy
1570N/A
1570N/A# Version number (used in path names)
1570N/AMODULE_VERSION=1.2
1570N/A
1570N/A# Checksums for upstream tarball
1570N/ATARBALL_MD5 = 12d6b7621f086c0c928887c27d90bc30
1570N/ATARBALL_SHA1 = e700520711b9e4fa07c286aa36e431d8ad4133f5
1570N/ATARBALL_SHA256= 42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6
1570N/A
1570N/A# ARC cases that covered this module
1570N/A# PSARC/2015/382 libepoxy 1.2
1570N/AMODULE_ARC_CASES = PSARC/2015/382
1570N/A
1570N/A# Package metadata
1570N/AMODULE_DESC = library for handling OpenGL function pointers
1570N/AUPSTREAM = libepoxy
1570N/AUPSTREAM_URL = https://github.com/anholt/libepoxy/
1570N/AUPSTREAM_SET = yes
1570N/AORACLE_TPNO = 23546
1570N/AORACLE_TPNO_SET = yes
1570N/A
1570N/A# Download site for source
1570N/ASOURCE_URL = https://github.com/anholt/$(MODULE_NAME)/archive/v$(MODULE_VERSION).tar.gz
1570N/ASOURCE_URL_SET = yes
1570N/A
1570N/A# Source tarball
1570N/ASOURCE_TARBALL_NAME = $(MODULE_NAME)-$(MODULE_VERSION).tar.gz
1570N/ASOURCE_TARBALL_NAME_SET=yes
1570N/A
1570N/A# Patches to apply to source after unpacking, in order
1570N/ASOURCE_PATCHES = disable-egl.patch
1570N/A
1570N/A# Need to build with gcc
1570N/AMODULE_COMPILER=gcc
1570N/AMODULE_COMPILER_SET=yes
1570N/A
1630N/A# Cos of 23185711 - disable parfait temporarily
1630N/AUSE_PARFAIT=no
1630N/A
1570N/A# regenerate configure
1570N/AAUTORECONF = yes
1570N/A
1570N/A# libtool interferes with libepoxy
1570N/ADELIBTOOLIZE = no
1570N/A
1570N/A# Library name
1570N/ALIBNAME=epoxy
1570N/A
1570N/A# Man pages to apply Sun footer to & attributes to list
1570N/ASUNTOUCHED_MANPAGES=
1570N/AMODULE_STABILITY=Pass-through Volatile
1570N/A
1570N/A# pkg-config files that need to have -R added
1570N/AFIX_PC_FILES=epoxy.pc.in
1570N/A
1570N/Ainclude ../Makefile.inc