Makefile revision 1339
653N/A###############################################################################
653N/A#
653N/A# Droid Fonts Makefile
653N/A#
1339N/A# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
653N/A#
653N/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.
653N/A#
653N/A#
653N/A
653N/A# Package name used in tarballs
653N/AMODULE_NAME=google-droid-fonts
653N/A
970N/A# Package metadata
970N/AUPSTREAM = Google Android
970N/AUPSTREAM_URL = http://www.droidfonts.com/
970N/AUPSTREAM_SET = yes
970N/A
970N/AMODULE_LICENSE = Apache License, Version 2.0
970N/AMODULE_LICENSE_SET = yes
1339N/AMODULE_DESC = the Droid font families
1339N/AORACLE_TPNO = 12030
970N/A
653N/A# Version number (used in path names)
911N/AMODULE_VERSION=2010.02.24
911N/A
911N/A# Checksums for upstream tarball
911N/ATARBALL_MD5 = 6ea3273ac2868f72499276a562838289
911N/ATARBALL_SHA1 = 4eef8d0fc11231350cb3fe59cdd19716f192e311
653N/A
653N/A# Source tarball
653N/ASOURCE_TARBALL_NAME=$(MODULE_NAME)-$(MODULE_VERSION).tar.gz
653N/ASOURCE_TARBALL_NAME_SET=yes
653N/A
653N/A# Directory created when unpacking tarball
653N/ASOURCE_DIRNAME=base
653N/ASOURCE_DIRNAME_SET=yes
653N/A
653N/A# Download site for source
911N/A# Upstream doesn't have a stable download tarball, so we use our mirror
911N/A# to get consistent checksums - updates will come from snapshot link on
911N/A# http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD
911N/A# Current version was downloaded on 2/24/2010 from
911N/A# http://android.git.kernel.org/?p=platform/frameworks/base.git;a=snapshot;h=54e235b011be9e1e38a2b9be787d0a196493d89e;sf=tgz
911N/ASOURCE_URL=http://dlc.sun.com/osol/x/downloads/mirrors/$(SOURCE_TARBALL_NAME)
653N/ASOURCE_URL_SET=yes
653N/A
653N/A# Patches to apply to source after unpacking, in order
653N/ASOURCE_PATCHES= # None
653N/A
653N/A# License file
653N/ALICENSE_FILE=NOTICE
653N/ALICENSE_FILE_SET=yes
653N/A
837N/ATTF_FONT_FILES = \
837N/A $(LICENSE_FILE) \
653N/A DroidSans.ttf \
653N/A DroidSans-Bold.ttf \
653N/A DroidSerif-Regular.ttf \
653N/A DroidSerif-Bold.ttf \
653N/A DroidSerif-Italic.ttf \
653N/A DroidSerif-BoldItalic.ttf \
653N/A DroidSansMono.ttf \
653N/A DroidSansFallback.ttf
653N/A
837N/ATTF_SUBDIR=google-droid
837N/ATTF_SUBDIR_SET=yes
653N/A
837N/A### Include common rulesets
837N/Ainclude ../Makefile.ttf