Copied the snapshot of the droid fonts, and updated the .bep file to point to it.

This commit is contained in:
Scott McCreary
2010-10-17 02:19:57 +00:00
parent ae09de0722
commit 7eecd3ff87

View File

@@ -1,19 +1,30 @@
DESCRIPTION="Font family from Google's Android project" DESCRIPTION="Font family from Google's Android project"
HOMEPAGE="" HOMEPAGE="http://developer.android.com/sdk/RELEASENOTES.html"
SRC_URI="http://dl.google.com/android/android-sdk_r07-linux_x86.tgz" #SRC_URI="http://android.git.kernel.org/?p=platform/frameworks/base.git;a=snapshot;h=6b8721393400f8e98bb6c29d47b38c79be7ade32;sf=tgz"
SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/droid-113.tar.gz"
REVISION="1" REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"
DEPEND="" DEPEND=""
CHECKSUM_MD5="abc" CHECKSUM_MD5="4e11069eedc2ceda6b1cec7fd5939039"
BUILD { BUILD {
cd android-sdk_r07-linux_x86 cd base
} }
INSTALL { INSTALL {
cd android-sdk_r07-linux_x86 cd base
FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/droid
mkdir -p ${FONTDIR}
cp Ahem.ttf ${FONTDIR}
cp DroidSans-Bold.ttf ${FONTDIR}
cp DroidSansFallback.ttf ${FONTDIR}
cp DroidSerif-Bold.ttf ${FONTDIR}
cp DroidSerif-Italic.ttf ${FONTDIR}
cp DroidSans.ttf ${FONTDIR}
cp DroidSansMono.ttf ${FONTDIR}
cp DroidSerif-BoldItalic.ttf ${FONTDIR}
cp DroidSerif-Regular.ttf ${FONTDIR}
cp README.txt ${FONTDIR}/droid-fonts-readme.txt
} }
#LICENSE="" LICENSE="Apache v2"
#COPYRIGHT="" COPYRIGHT="2005-2008 The Android Open Source Project"