Makefile revision 1392
8e47d6ce64ae5a3392b4d92867b2a83bd0dc9bbeEugen Kuksa###############################################################################
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# xcb-util-renderutil - Library of xcb utility functions for X Render Extension
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Permission is hereby granted, free of charge, to any person obtaining a
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# copy of this software and associated documentation files (the "Software"),
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# to deal in the Software without restriction, including without limitation
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# the rights to use, copy, modify, merge, publish, distribute, sublicense,
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# and/or sell copies of the Software, and to permit persons to whom the
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Software is furnished to do so, subject to the following conditions:
8e47d6ce64ae5a3392b4d92867b2a83bd0dc9bbeEugen Kuksa# The above copyright notice and this permission notice (including the next
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# paragraph) shall be included in all copies or substantial portions of the
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# DEALINGS IN THE SOFTWARE.
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Package name used in tarballs
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# pkg(5) name we deliver the files in (override default)
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Version number (used in path names)
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Checksums for upstream tarball
a847d9812b328c048773e705606b10875a929034Eugen KuksaTARBALL_SHA1 = ce6b6acb015fa47c716adfd83b2f36c874401277
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# ARC cases that covered this module
419f986abb76f6fce54b71e17f52a1deaa06dbd6Tim Reddehase# Package metadata
2794bc43ef90861870dcc134505d87b291dfe5c2Tim ReddehaseMODULE_DESC = the xcb-util-renderutil library of xcb utility functions for the X Render Extension
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Patches to apply to source after unpacking, in order
a847d9812b328c048773e705606b10875a929034Eugen Kuksa# Library name (used for specfiles/mapfiles)
419f986abb76f6fce54b71e17f52a1deaa06dbd6Tim Reddehase# Need to tell delibtoolize.pl the shared object name since upstream makefile
419f986abb76f6fce54b71e17f52a1deaa06dbd6Tim Reddehase# relies on libtool defaults
419f986abb76f6fce54b71e17f52a1deaa06dbd6Tim ReddehaseDELIBTOOLIZE_FLAGS = --shared libxcb-render-util.so.0
419f986abb76f6fce54b71e17f52a1deaa06dbd6Tim Reddehase# Man pages to apply Sun footer to & attributes to list