summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080905.ebuild')
-rw-r--r--media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080905.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080905.ebuild b/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080905.ebuild
new file mode 100644
index 000000000000..2771f9c586ca
--- /dev/null
+++ b/media-fonts/vdrsymbols-ttf/vdrsymbols-ttf-20080905.ebuild
@@ -0,0 +1,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-20080905.ebuild,v 1.1 2008/11/02 14:50:55 hd_brummy 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."
+}