open-src/driver/xf86-input-mouse/Makefile
changeset 1124 7bc7e624f965
parent 1054 1c1ff42df15b
child 1156 973b7daad782
equal deleted inserted replaced
1123:4678f8c1d429 1124:7bc7e624f965
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-input-mouse 1.x Makefile
     3 # xf86-input-mouse 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2006, 2011, 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=xf86-input-mouse
    29 MODULE_NAME=xf86-input-mouse
    30 
    30 
    31 # Version number (used in path names)
    31 # Version number (used in path names)
    32 MODULE_VERSION=1.6.0
    32 MODULE_VERSION=1.7.0
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = cef849b1a2743d2e84de98422f372974
    35 TARBALL_MD5  = 7f31472689c15b6de62eff04d0fb57d7
    36 TARBALL_SHA1 = df3f2fe711db195fc58dbffef5f2cd8964d9b9df
    36 TARBALL_SHA1 = 8b99054e5e4feafd7e08c87b936e64386b74ae8f
    37 
    37 
    38 # Patches to apply to source after unpacking, in order
    38 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = \
    39 SOURCE_PATCHES = \
    40 	6892799.patch
    40 	Fix-OSMouse.patch,-p1 \
       
    41 	6892799.patch,-p1
    41 
    42 
    42 # Man pages to apply Sun footer to & attributes to list
    43 # Man pages to apply Sun footer to & attributes to list
    43 SUNTOUCHED_MANPAGES=man/*.man
    44 SUNTOUCHED_MANPAGES=man/*.man
    44 MODULE_STABILITY=Volatile
    45 MODULE_STABILITY=Volatile
    45 
    46