# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit font DESCRIPTION="Unicode Open Type font for the Oriya language from the Indix Project" HOMEPAGE="http://www.cdacmumbai.in/projects/indix/e_introduction.shtml" SRC_URI="http://www.cdacmumbai.in/projects/indix/RaghuFonts/RRRaghuOriya.ttf" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}" FONT_S="${WORKDIR}" FONT_SUFFIX="ttf" src_unpack() { cp "${DISTDIR}/${A}" . }