open-src/proto/glproto/Makefile
changeset 1265 0b5cc5c013e4
parent 1062 21adc3dd89dd
child 1276 52f85727ce94
equal deleted inserted replaced
1264:a3323e4f263f 1265:0b5cc5c013e4
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    25 
    25 
    26 # Package name used in tarballs
    26 # Package name used in tarballs
    27 MODULE_NAME=glproto
    27 MODULE_NAME=glproto
    28 
    28 
    29 # Version number (used in path names)
    29 # Version number (used in path names)
    30 MODULE_VERSION=1.4.12
    30 MODULE_VERSION=1.4.14
    31 
    31 
    32 # Checksums for upstream tarball
    32 # Checksums for upstream tarball
    33 TARBALL_MD5  = 55edc5ff2efb734215c868f72f7cf27e
    33 TARBALL_MD5  = f48257daf0017f7a7667e5bf48ca3578
    34 TARBALL_SHA1 = 50f8bdae2c71b4bc4df421102f5f08a3fc417779
    34 TARBALL_SHA1 = ab1941ad184a76c023858dd1623edd625d70fc2c
    35 
    35 
    36 # Patches to apply to source after unpacking, in order
    36 # Patches to apply to source after unpacking, in order
    37 SOURCE_PATCHES=	
    37 SOURCE_PATCHES=	
    38 
    38 
    39 ### Include common rulesets
    39 ### Include common rulesets