# 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.3 2008/09/28 12:33:02 maekke 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"