open-src/proto/resourceproto/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=resourceproto
    34 MODULE_NAME=resourceproto
    35 
    35 
    36 # Version number (used in path names)
    36 # Version number (used in path names)
    37 MODULE_VERSION=1.1.0
    37 MODULE_VERSION=1.1.0
    38 
    38 
       
    39 # Checksums for upstream tarball
       
    40 TARBALL_MD5  = 84795594b3ebd2ee2570cf93340d152c
       
    41 TARBALL_SHA1 = 36b86840005c15e393c86d7075688d430ab2a11d
       
    42 
    39 # Patches to apply to source after unpacking, in order
    43 # Patches to apply to source after unpacking, in order
    40 SOURCE_PATCHES=	
    44 SOURCE_PATCHES=	
    41 
    45 
    42 ### Include common rulesets
    46 ### Include common rulesets
    43 include ../Makefile.inc
    47 include ../Makefile.inc