blob: bf7422594adf040e16536e07cb6f80a98122eebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/droid/droid-107.ebuild,v 1.1 2008/08/26 21:05:42 pva Exp $
inherit font
# $PV is a build number, use fontforge to find it out
# 107 was repackaged from Android 0.9 SDK Beta (r1)
DESCRIPTION="Font family from Google's Android project"
HOMEPAGE="http://code.google.com/android/RELEASENOTES.html"
SRC_URI="http://omploader.org/vcGMx/DroidFamily-${PV}.zip"
LICENSE="Apache-2.0"
RESTRICT="mirror" # redistributed without license
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}
FONT_S=${WORKDIR}
FONT_SUFFIX="ttf"
DEPEND="app-arch/unzip"
|