open-src/driver/xf86-input-mouse/Makefile
changeset 1508 5023d4d9a642
parent 1433 5f529acbd50c
child 1598 b4a59ebd04d7
equal deleted inserted replaced
1507:ea9a69c021ad 1508:5023d4d9a642
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-input-mouse 1.x Makefile
     3 # xf86-input-mouse 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2006, 2015, 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.9.0
    32 MODULE_VERSION=1.9.1
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5    = 36b5b92000c4644f648b58a535e4ee73
    35 TARBALL_MD5    = 77085b649c5c0b333565ba562f573951
    36 TARBALL_SHA1   = 5f9e5f450100252efa4f8b074fbb262c42811d46
    36 TARBALL_SHA1   = edde3e0201ec18fbbbcf3c157f912dbae3b5a3cd
    37 TARBALL_SHA256 = 5d601e4bae53d5e9ead4ecd700f1beb5aeaf78b79e634c4aa381a9ce00276488
    37 TARBALL_SHA256 = 3485d375779c08406f0789feedde15933dc703158a086ddac638598f479fc5ce
    38 
    38 
    39 # Patches to apply to source after unpacking, in order
    39 # Patches to apply to source after unpacking, in order
    40 SOURCE_PATCHES  = \
    40 SOURCE_PATCHES  = \
    41 	6892799.patch,-p1 \
    41 	6892799.patch,-p1 \
    42 	15798251.patch,-p1 \
    42 	15798251.patch,-p1 \