Makefile revision 919
120N/A###############################################################################
120N/A#
120N/A# Droid Fonts Makefile
120N/A#
120N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
120N/A# Use is subject to license terms.
120N/A#
120N/A# Permission is hereby granted, free of charge, to any person obtaining a
120N/A# copy of this software and associated documentation files (the "Software"),
120N/A# to deal in the Software without restriction, including without limitation
120N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
120N/A# and/or sell copies of the Software, and to permit persons to whom the
120N/A# Software is furnished to do so, subject to the following conditions:
120N/A#
120N/A# The above copyright notice and this permission notice (including the next
120N/A# paragraph) shall be included in all copies or substantial portions of the
120N/A# Software.
120N/A#
120N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
120N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
120N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
120N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
844N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
120N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
120N/A# DEALINGS IN THE SOFTWARE.
120N/A#
120N/A#
120N/A
120N/A# Package name used in tarballs
618N/AMODULE_NAME=google-droid-fonts
120N/A
120N/A# Version number (used in path names)
844N/AMODULE_VERSION=2010.02.24
844N/A
120N/A# Checksums for upstream tarball
1258N/ATARBALL_MD5 = 6ea3273ac2868f72499276a562838289
120N/ATARBALL_SHA1 = 4eef8d0fc11231350cb3fe59cdd19716f192e311
120N/A
120N/A# Source tarball
120N/ASOURCE_TARBALL_NAME=$(MODULE_NAME)-$(MODULE_VERSION).tar.gz
120N/ASOURCE_TARBALL_NAME_SET=yes
120N/A
120N/A# Directory created when unpacking tarball
120N/ASOURCE_DIRNAME=base
120N/ASOURCE_DIRNAME_SET=yes
120N/A
120N/A# Download site for source
181N/A# Upstream doesn't have a stable download tarball, so we use our mirror
181N/A# to get consistent checksums - updates will come from snapshot link on
181N/A# http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
120N/A# Current version was downloaded on 2/24/2010 from
120N/A# http://android.git.kernel.org/?p=platform/frameworks/base.git;a=snapshot;h=54e235b011be9e1e38a2b9be787d0a196493d89e;sf=tgz
120N/ASOURCE_URL=http://dlc.sun.com/osol/x/downloads/mirrors/$(SOURCE_TARBALL_NAME)
120N/ASOURCE_URL_SET=yes
SOURCE_UNCOMPRESS=gzcat
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES= # None
# License file
LICENSE_FILE=NOTICE
LICENSE_FILE_SET=yes
TTF_FONT_FILES = \
$(LICENSE_FILE) \
DroidSans.ttf \
DroidSans-Bold.ttf \
DroidSerif-Regular.ttf \
DroidSerif-Bold.ttf \
DroidSerif-Italic.ttf \
DroidSerif-BoldItalic.ttf \
DroidSansMono.ttf \
DroidSansFallback.ttf
TTF_SUBDIR=google-droid
TTF_SUBDIR_SET=yes
### Include common rulesets
include ../Makefile.ttf