blob: 367f9f5f3fcf89b190e32ffcafdaa10ec70b97d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/arabeyes-fonts/arabeyes-fonts-1.1.ebuild,v 1.13 2007/10/02 01:09:56 dirtyepic Exp $
inherit font
MY_PN="ae_fonts1"
S="${WORKDIR}"/${MY_PN}-${PV}
DESCRIPTION="Arabeyes Arabic TrueType fonts"
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot"
SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_ttf_${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd"
IUSE=""
FONT_SUFFIX="ttf"
DOCS="license.txt"
src_install() {
local d
for d in AAHS AGA FS Kasr MCS Shmookh; do
FONT_S="${S}"/$d
font_src_install
done
}
|