# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: # initial ebuild written by Nicolai Lissner DESCRIPTION="Tengwar - the Elvish letters, created by Fanor and described by J.R.R.Tolkien)" HOMEPAGE="http://www.tengwar.art.pl/ktt/en/download.php" SRC_URI=" http://www.tengwar.art.pl/zip/tengq19d.zip http://www.tengwar.art.pl/zip/tengs19d.zip http://www.tengwar.art.pl/zip/tengn19d.zip http://www.tengwar.art.pl/zip/parmaite12b.zip http://www.tengwar.art.pl/zip/tcurs100.zip " LICENSE="free-noncomm" SLOT="0" KEYWORDS="~x86" DEPEND="" S=${WORKDIR} src_unpack() { unpack tengq19d.zip unpack tengs19d.zip unpack tengn19d.zip unpack parmaite12b.zip unpack tcurs100.zip } src_install() { insinto /usr/share/fonts/truetype doins *.ttf doins *.TTF dodoc *.txt dodoc *.pdf dodoc *.rtf dodoc *.TXT } pkg_postinst() { einfo "Make sure you have" einfo "FontPath \"/usr/share/fonts/truetype/\"" einfo "in your XF86Config." sleep 5 }