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