open-src/lib/libXres/Makefile
changeset 1276 52f85727ce94
parent 1072 88d1d779286d
child 1345 d5dacbb8de2b
equal deleted inserted replaced
1275:394f1c4996ae 1276:52f85727ce94
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # libXres 1.x Makefile
     3 # libXres - Xlib-based client library for Xinerama extension protocol
     4 #
     4 #
     5 # Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=libXres
    29 MODULE_NAME=libXres
    30 
    30 
    31 # Version number (used in path names)
    31 # Version number (used in path names)
    32 MODULE_VERSION=1.0.5
    32 MODULE_VERSION=1.0.6
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = d08f0b6df3f96c051637d37009f4e55a
    35 TARBALL_MD5   = 80d0c6d8522fa7a645e4f522e9a9cd20
    36 TARBALL_SHA1 = d3a36f9b6ae430da91f2cbae409916f605074195
    36 TARBALL_SHA1  = 31a9b7d4f7a978de36c6f1c867dced29bfe7ef0f
       
    37 TARBALL_SHA256= ff8661c925e8b182f98ae98f02bbd93c55259ef7f34a92c1a126b6074ebde890
    37 
    38 
    38 # Link with version mapfile
    39 # Link with version mapfile
    39 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    40 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
    40 
    41 
    41 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order