blob: 03ba14e9f78efbc0ed53c6d1fb10b92aa5931d18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2006 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.6 2006/09/03 06:40:23 vapier 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="~amd64 arm ia64 ppc s390 sh ~x86"
IUSE=""
FONT_SUFFIX="ttf"
DOCS="LICENSE.TXT"
FONT_S=${S}
|