open-src/lib/libepoxy/Makefile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 25 Apr 2017 14:08:12 -0700
changeset 1708 e360d1d26b1d
parent 1630 fedd05237f45
permissions -rw-r--r--
25925227 Mesa should deliver EGL and GLES libraries PSARC/2017/085 Mesa should build and deliver EGL and GLES libraries in Solaris

###############################################################################
#
# libepoxy - library for handling OpenGL function pointers
#
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#
#

# Package name used in tarballs
MODULE_NAME=libepoxy

# Version number (used in path names)
MODULE_VERSION=1.2

# Checksums for upstream tarball
TARBALL_MD5   = 12d6b7621f086c0c928887c27d90bc30
TARBALL_SHA1  = e700520711b9e4fa07c286aa36e431d8ad4133f5
TARBALL_SHA256= 42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6

# ARC cases that covered this module
# PSARC/2015/382 libepoxy 1.2
MODULE_ARC_CASES = PSARC/2015/382

# Package metadata
MODULE_DESC = library for handling OpenGL function pointers
UPSTREAM = libepoxy
UPSTREAM_URL = https://github.com/anholt/libepoxy/
UPSTREAM_SET = yes
ORACLE_TPNO = 23546
ORACLE_TPNO_SET = yes

# Download site for source
SOURCE_URL = https://github.com/anholt/$(MODULE_NAME)/archive/v$(MODULE_VERSION).tar.gz
SOURCE_URL_SET = yes

# Source tarball
SOURCE_TARBALL_NAME = $(MODULE_NAME)-$(MODULE_VERSION).tar.gz
SOURCE_TARBALL_NAME_SET=yes

# Patches to apply to source after unpacking, in order
SOURCE_PATCHES = 

# Need to build with gcc
MODULE_COMPILER=gcc
MODULE_COMPILER_SET=yes

# Cos of 23185711 - disable parfait temporarily
USE_PARFAIT=no

# regenerate configure
AUTORECONF = yes

# libtool interferes with libepoxy
DELIBTOOLIZE = no

# Library name
LIBNAME=epoxy

# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=
MODULE_STABILITY=Pass-through Volatile

# pkg-config files that need to have -R added
FIX_PC_FILES=epoxy.pc.in

include ../Makefile.inc