Makefile revision 1339
418N/A###############################################################################
418N/A#
605N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
418N/A#
605N/A# Permission is hereby granted, free of charge, to any person obtaining a
418N/A# copy of this software and associated documentation files (the "Software"),
418N/A# to deal in the Software without restriction, including without limitation
418N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
418N/A# and/or sell copies of the Software, and to permit persons to whom the
418N/A# Software is furnished to do so, subject to the following conditions:
418N/A#
418N/A# The above copyright notice and this permission notice (including the next
418N/A# paragraph) shall be included in all copies or substantial portions of the
418N/A# Software.
418N/A#
418N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
418N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
418N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
418N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
418N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
418N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
418N/A# DEALINGS IN THE SOFTWARE.
418N/A#
418N/A#
418N/A
418N/A# Package name used in tarballs
418N/AMODULE_NAME=xcmiscproto
418N/A
418N/A# Version number (used in path names)
418N/AMODULE_VERSION=1.2.2
418N/A
418N/A# Checksums for upstream tarball
418N/ATARBALL_MD5 = 5f4847c78e41b801982c8a5e06365b24
418N/ATARBALL_SHA1 = 59ae9ec6414964440bf654b207618e5dd66a32fb
418N/ATARBALL_SHA256= b13236869372256c36db79ae39d54214172677fb79e9cdc555dceec80bd9d2df
493N/A
418N/A# Patches to apply to source after unpacking, in order
418N/ASOURCE_PATCHES=
605N/A
418N/A# Package metadata
418N/AMODULE_DESC = headers & documentation for XC-MISC extension to the X11 protocol
553N/A
418N/A### Include common rulesets
553N/Ainclude ../Makefile.inc
553N/A