# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm font # The Fedora folks don't call the package Lohit MY_PN="fonts-indic" MY_PV=${PV} MY_PR="1.fc7" MY_LANGS="bengali gujarati hindi kannada malayalam oriya punjabi tamil telugu" DESCRIPTION="The Lohit family of indic fonts" HOMEPAGE="http://fedoraproject.org/wiki/Lohit" LICENSE="GPL-2" SRC_URI="http://redhat.download.fedoraproject.org/pub/fedora/linux/core/development/source/SRPMS/${MY_PN}-${MY_PV}-${MY_PR}.src.rpm" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" FONT_SUFFIX="ttf" src_unpack() { rpm_src_unpack ${A} mv ${MY_PN}-${PV} ${P} cd ${P} for i in ${MY_LANGS}; do mv -f ${i}/*ttf . done } # Only installs fonts RESTRICT="strip binchecks"