23 lines
610 B
Bash
23 lines
610 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/kacst-fonts/kacst-fonts-1.6.2.ebuild,v 1.11 2008/02/24 12:09:49 armin76 Exp $
|
|
|
|
inherit font
|
|
|
|
MY_PN="KacstArabicFonts"
|
|
S=${WORKDIR}/${MY_PN}-${PV}
|
|
|
|
DESCRIPTION="KACST Arabic TrueType Fonts"
|
|
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
|
|
SRC_URI="mirror://sourceforge/arabeyes/${P//-/_}.tar.bz2"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
FONT_SUFFIX="ttf"
|
|
|
|
DOCS="LICENSE.TXT"
|
|
|
|
FONT_S=${S}
|