Makefile revision 911
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen###############################################################################
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen#
a9b3887f4d9ed75a76fed964c1930432bf84f4f5Timo Sirainen# setxkbmap 1.x Makefile
a9b3887f4d9ed75a76fed964c1930432bf84f4f5Timo Sirainen#
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# Use is subject to license terms.
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen#
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# Permission is hereby granted, free of charge, to any person obtaining a
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# copy of this software and associated documentation files (the
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# "Software"), to deal in the Software without restriction, including
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# without limitation the rights to use, copy, modify, merge, publish,
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# distribute, and/or sell copies of the Software, and to permit persons
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# to whom the Software is furnished to do so, provided that the above
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# copyright notice(s) and this permission notice appear in all copies of
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# the Software and that both the above copyright notice(s) and this
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# permission notice appear in supporting documentation.
927f6e67f9478f9b298fb85b18de990d9b80c337Timo Sirainen#
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila#
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila# Except as contained in this notice, the name of a copyright holder
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila# shall not be used in advertising or otherwise to promote the sale, use
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila# or other dealings in this Software without prior written authorization
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila# of the copyright holder.
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila#
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen#
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# Package name used in tarballs
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo SirainenMODULE_NAME=setxkbmap
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila
4b26f71b46fc718be27933dfaa26905b993d87faTeemu Huovila# Version number (used in path names)
4b26f71b46fc718be27933dfaa26905b993d87faTeemu HuovilaMODULE_VERSION=1.1.0
a9b3887f4d9ed75a76fed964c1930432bf84f4f5Timo Sirainen
a9b3887f4d9ed75a76fed964c1930432bf84f4f5Timo Sirainen# Checksums for upstream tarball
a9b3887f4d9ed75a76fed964c1930432bf84f4f5Timo SirainenTARBALL_MD5 = 2f902e0a89aaf2b19e06e7f26c6efb3a
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo SirainenTARBALL_SHA1 = f02f93a08ac060d760566693c748e0fba3db8a06
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# Patches to apply to source after unpacking, in order
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo SirainenSOURCE_PATCHES =
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen# Man pages to apply Sun footer to & attributes to list
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo SirainenSUNTOUCHED_MANPAGES=*.man
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo SirainenSUN_PACKAGE=SUNWxwplt
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo SirainenMODULE_STABILITY=Committed
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Siraineninclude ../Makefile.inc
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen
c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3Timo Sirainen