You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080905.ebuild

30 lines
694 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080905.ebuild,v 1.3 2009/09/07 19:36:17 dirtyepic 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."
}