1276N/A###############################################################################
1026N/A#
1276N/A# Xlib-based client library for Distributed Multihead X (DMX) extension
1276N/A#
1451N/A# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
1026N/A#
1026N/A# Permission is hereby granted, free of charge, to any person obtaining a
1026N/A# copy of this software and associated documentation files (the "Software"),
1026N/A# to deal in the Software without restriction, including without limitation
1026N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1026N/A# and/or sell copies of the Software, and to permit persons to whom the
1026N/A# Software is furnished to do so, subject to the following conditions:
1026N/A#
1026N/A# The above copyright notice and this permission notice (including the next
1026N/A# paragraph) shall be included in all copies or substantial portions of the
1026N/A# Software.
1026N/A#
1026N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1026N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1026N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1026N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1026N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1026N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1026N/A# DEALINGS IN THE SOFTWARE.
1026N/A#
1026N/A#
1026N/A
1026N/A# Package name used in tarballs
1026N/AMODULE_NAME=libdmx
1026N/A
1026N/A# Version number (used in path names)
1408N/AMODULE_VERSION=1.1.3
1026N/A
1026N/A# Checksums for upstream tarball
1408N/ATARBALL_MD5 = ba983eba5a9f05d152a0725b8e863151
1408N/ATARBALL_SHA1 = 0eeac14a06cffb04a1c78793563f233a8f8b79be
1408N/ATARBALL_SHA256= c97da36d2e56a2d7b6e4f896241785acc95e97eb9557465fd66ba2a155a7b201
1026N/A
1377N/A# Patches to apply to source after unpacking, in order
1408N/ASOURCE_PATCHES =
1377N/A
1302N/A# Package metadata
1408N/AORACLE_TPNO = 14484
1456N/AORACLE_TPNO_SET = yes
1302N/A
1026N/A# Library name (used for specfiles/mapfiles)
1026N/ALIBNAME=dmx
1026N/A
1026N/A# Man pages to apply Sun footer to & attributes to list
1276N/ASUNTOUCHED_MANPAGES=man/*.man
1276N/AMODULE_STABILITY=Volatile
1451N/ALIB_MAN_SUFFIX=3dmx
1026N/A
1418N/A# pkg-config files to update
1418N/AFIX_PC_FILES=dmx.pc.in
1418N/A
1026N/Ainclude ../Makefile.inc