blob: 019cbf9c4cb808ffc4047cf388169bff68b24784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/adi-dsp-fonts/adi-dsp-fonts-1.ebuild,v 1.6 2007/06/20 15:57:44 jer Exp $
inherit font
DESCRIPTION="Analog Devices DSP Fonts"
HOMEPAGE="http://www.analog.com/"
SRC_URI="mirror://gentoo/dsp_logos_font.zip"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE=""
FONT_S=${WORKDIR}
FONT_SUFFIX="TTF PFB"
DOCS="logo_font_map.pdf trademark_usage.pdf"
|