mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Added droid fonts from android-4.3_r2.2
Addedbetter DESCRIPTION for droid-113
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
SUMMARY="Font family from Google's Android project"
|
||||
DESCRIPTION="Font family from Google's Android project"
|
||||
HOMEPAGE="http://developer.android.com/sdk/RELEASENOTES.html"
|
||||
#SRC_URI="http://android.git.kernel.org/?p=platform/frameworks/base.git;a=snapshot;h=6b8721393400f8e98bb6c29d47b38c79be7ade32;sf=tgz"
|
||||
DESCRIPTION="The Droid family of fonts was designed by Ascender's Steve Matteson beginning in the fall of 2006. The goal was to provide optimal quality and reading comfort on a mobile handset. The Droid fonts were optimized for use in application menus, web browsers and for other screen text."
|
||||
HOMEPAGE="http://www.droidfonts.com"
|
||||
SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/droid-113.tar.gz"
|
||||
CHECKSUM_MD5="4e11069eedc2ceda6b1cec7fd5939039"
|
||||
LICENSE="Apache v2"
|
||||
|
||||
32
media-fonts/droid/droid-4.3_r2.2.recipe
Normal file
32
media-fonts/droid/droid-4.3_r2.2.recipe
Normal file
@@ -0,0 +1,32 @@
|
||||
SUMMARY="Font family from Google's Android project"
|
||||
DESCRIPTION="The Droid family of fonts was designed by Ascender's Steve Matteson beginning in the fall of 2006. The goal was to provide optimal quality and reading comfort on a mobile handset. The Droid fonts were optimized for use in application menus, web browsers and for other screen text."
|
||||
HOMEPAGE="http://www.droidfonts.com"
|
||||
# source zip extracted from git clone https://android.googlesource.com/platform/frameworks/base tag android-4.3_r2.2 /data/fonts
|
||||
SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/droid-4.3_r2.2.zip"
|
||||
CHECKSUM_MD5="a91c8129ac25f160ca83e23d77c00862"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2005-2008 The Android Open Source Project"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="droid = $portVersion"
|
||||
REQUIRES=""
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="coreutils"
|
||||
|
||||
SOURCE_DIR="fonts"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
true
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
FONTDIR=$fontsDir/droid
|
||||
mkdir -p ${FONTDIR}
|
||||
cp . ${FONTDIR} -R
|
||||
}
|
||||
Reference in New Issue
Block a user