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