open-src/proto/kbproto/Makefile
changeset 911 a3e7e197651c
parent 907 3c35d611cdaa
child 919 425233ae7236
equal deleted inserted replaced
910:0a08683bf637 911:a3e7e197651c
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     4 # Use is subject to license terms.
     4 # Use is subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
    34 MODULE_NAME=kbproto
    34 MODULE_NAME=kbproto
    35 
    35 
    36 # Version number (used in path names)
    36 # Version number (used in path names)
    37 MODULE_VERSION=1.0.4
    37 MODULE_VERSION=1.0.4
    38 
    38 
       
    39 # Checksums for upstream tarball
       
    40 TARBALL_MD5  = 7f439166a9b2bf81471a33951883019f
       
    41 TARBALL_SHA1 = d300745389d3a80d90c9a3c989651f228db486e5
       
    42 
    39 # Patches to apply to source after unpacking, in order
    43 # Patches to apply to source after unpacking, in order
    40 SOURCE_PATCHES=	5077065.patch
    44 SOURCE_PATCHES=	5077065.patch
    41 
    45 
    42 ### Include common rulesets
    46 ### Include common rulesets
    43 include ../Makefile.inc
    47 include ../Makefile.inc