blob: b70969e1eb7fcb67cb83af53e7407ae7c3acc1c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:$
inherit font
DESCRIPTION="Microsoft fonts introduced with Office 2007"
HOMEPAGE="http://microsoft.com"
SRC_URI="msoffice2007-fonts-1.tar.bz"
LICENSE="MSttfEULA"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
S=${WORKDIR}
FONT_S=${WORKDIR}
FONT_SUFFIX="ttf"
FONTDIR="/usr/share/fonts/msoffice2007-fonts"
|