Parent Directory
|
Revision Log
Mark stable, bug #286245 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-fonts/pothana2k/pothana2k-2006-r1.ebuild,v 1.5 2009/09/07 21:33:45 dirtyepic Exp $ |
| 4 | |
| 5 | inherit font |
| 6 | |
| 7 | DESCRIPTION="Pothana 2000 and Vemana fonts for the Telugu script" |
| 8 | HOMEPAGE="http://www.kavya-nandanam.com/" |
| 9 | SRC_URI="mirror://gentoo/${P}.zip" |
| 10 | |
| 11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
| 13 | KEYWORDS="amd64 ppc ppc64 x86" |
| 14 | IUSE="doc" |
| 15 | |
| 16 | DEPEND="app-arch/unzip" |
| 17 | RDEPEND="" |
| 18 | |
| 19 | S="${WORKDIR}" |
| 20 | FONT_S="${WORKDIR}" |
| 21 | FONT_SUFFIX="ttf" |
| 22 | |
| 23 | FONT_CONF=( "${FILESDIR}/65-pothana2k.conf" ) |
| 24 | |
| 25 | src_install() { |
| 26 | font_src_install |
| 27 | if use doc |
| 28 | then |
| 29 | dodoc MANUAL.PDF |
| 30 | fi |
| 31 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |