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