open-src/driver/xf86-input-keyboard/Makefile
changeset 1240 12852db78e0e
parent 1124 7bc7e624f965
child 1265 0b5cc5c013e4
equal deleted inserted replaced
1239:944af4a4a9dd 1240:12852db78e0e
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xf86-input-keyboard 1.x Makefile
     3 # xf86-input-keyboard 1.x Makefile
     4 #
     4 #
     5 # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2006, 2012, 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,
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = e2abe9f13e526a73cb68a7d257546eba
    35 TARBALL_MD5  = e2abe9f13e526a73cb68a7d257546eba
    36 TARBALL_SHA1 = 8e845086749f8c4b64fdfa852b4b26cf7bb62dc9
    36 TARBALL_SHA1 = 8e845086749f8c4b64fdfa852b4b26cf7bb62dc9
    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 = leds.patch,-p1
    40 
    40 
    41 # Man pages to apply Sun footer to & attributes to list
    41 # Man pages to apply Sun footer to & attributes to list
    42 SUNTOUCHED_MANPAGES=man/*.man
    42 SUNTOUCHED_MANPAGES=man/*.man
    43 MODULE_STABILITY=Volatile
    43 MODULE_STABILITY=Volatile
    44 
    44