blob: ab3f8e0421914590d28e0d724e0ce05391bda04a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080411.ebuild,v 1.2 2008/05/15 11:30:20 zzam Exp $
S=${WORKDIR}/vdrsymbols
inherit font
DESCRIPTION="Font that contains symbols needed for VDR"
HOMEPAGE="http://andreas.vdr-developer.org/fonts/"
SRC_URI="http://andreas.vdr-developer.org/fonts/download/${P}.tgz"
LICENSE="BitstreamVera"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
FONT_SUFFIX="ttf"
pkg_postinst() {
font_pkg_postinst
elog "To get nice symbols in VDR's OSD"
elog "you need to select the font VDRSymbolsSans."
}
|