Makefile revision 943
70N/A###############################################################################
70N/A#
286N/A# Liberation Fonts Makefile
70N/A#
70N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
70N/A#
70N/A# Permission is hereby granted, free of charge, to any person obtaining a
70N/A# copy of this software and associated documentation files (the "Software"),
70N/A# to deal in the Software without restriction, including without limitation
70N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
70N/A# and/or sell copies of the Software, and to permit persons to whom the
70N/A# Software is furnished to do so, subject to the following conditions:
70N/A#
70N/A# The above copyright notice and this permission notice (including the next
70N/A# paragraph) shall be included in all copies or substantial portions of the
70N/A# Software.
70N/A#
70N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
70N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
70N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
70N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
70N/A# DEALINGS IN THE SOFTWARE.
70N/A#
70N/A#
70N/A
70N/A# Package name used in tarballs
70N/AMODULE_NAME=liberation-fonts
70N/A
551N/A# Version number (used in path names)
70N/AMODULE_VERSION=1.04
70N/A
70N/A# Checksums for upstream tarball
359N/ATARBALL_MD5 = 4846797ef0fc70b0cbaede2514677c58
359N/ATARBALL_SHA1 = 097882c92e3260742a3dc3bf033792120d8635a3
359N/A
98N/A# Source tarball
551N/ASOURCE_TARBALL_NAME=$(MODULE_NAME)-$(MODULE_VERSION).tar.gz
321N/ASOURCE_TARBALL_NAME_SET=yes
493N/A
321N/A# Download site for source
550N/ASOURCE_URL=http://fedorahosted.org/releases/l/i/liberation-fonts/$(SOURCE_TARBALL_NAME)
550N/ASOURCE_URL_SET=yes
213N/ASOURCE_UNCOMPRESS=gzcat
304N/A
530N/A# Patches to apply to source after unpacking, in order
425N/ASOURCE_PATCHES= # None
425N/A
325N/A# License file
493N/ALICENSE_FILE=License.txt
536N/ALICENSE_FILE_SET=yes
456N/A
320N/ATTF_FONT_FILES= \
332N/A $(LICENSE_FILE) \
501N/A LiberationMono-Bold.ttf \
231N/A LiberationMono-BoldItalic.ttf \
550N/A LiberationMono-Italic.ttf \
523N/A LiberationMono-Regular.ttf \
98N/A LiberationSans-Bold.ttf \
347N/A LiberationSans-BoldItalic.ttf \
532N/A LiberationSans-Italic.ttf \
525N/A LiberationSans-Regular.ttf \
463N/A LiberationSerif-Bold.ttf \
493N/A LiberationSerif-BoldItalic.ttf \
425N/A LiberationSerif-Italic.ttf \
493N/A LiberationSerif-Regular.ttf
472N/A
324N/A# Directory to install to
347N/ATTF_SUBDIR=liberation
310N/ATTF_SUBDIR_SET=yes
316N/A
474N/A### Include common rulesets
290N/Ainclude ../Makefile.ttf
332N/A
464N/A