mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Copied the snapshot of the droid fonts, and updated the .bep file to point to it.
This commit is contained in:
@@ -1,19 +1,30 @@
|
||||
DESCRIPTION="Font family from Google's Android project"
|
||||
HOMEPAGE=""
|
||||
SRC_URI="http://dl.google.com/android/android-sdk_r07-linux_x86.tgz"
|
||||
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"
|
||||
SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/droid-113.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="abc"
|
||||
CHECKSUM_MD5="4e11069eedc2ceda6b1cec7fd5939039"
|
||||
BUILD {
|
||||
cd android-sdk_r07-linux_x86
|
||||
|
||||
cd base
|
||||
}
|
||||
|
||||
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=""
|
||||
#COPYRIGHT=""
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2005-2008 The Android Open Source Project"
|
||||
|
||||
Reference in New Issue
Block a user