Line 0
Link Here
|
|
|
1 |
# Copyright 1999-2019 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
4 |
EAPI=6 |
5 |
|
6 |
inherit font |
7 |
|
8 |
MY_PN="ae_fonts" |
9 |
S="${WORKDIR}"/${MY_PN}_${PV} |
10 |
|
11 |
DESCRIPTION="Arabeyes Arabic TrueType fonts" |
12 |
HOMEPAGE="https://www.arabeyes.org/Khotot#2.0" |
13 |
SRC_URI="mirror://sourceforge/arabeyes/${MY_PN}_${PV}.tar.bz2" |
14 |
LICENSE="GPL-2" |
15 |
|
16 |
SLOT="0" |
17 |
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
18 |
|
19 |
FONT_SUFFIX="ttf" |
20 |
|
21 |
DOCS="README ChangeLog" |
22 |
|
23 |
src_install() { |
24 |
local d |
25 |
for d in AAHS AGA FS Kasr MCS Shmookh; do |
26 |
FONT_S="${S}"/$d |
27 |
font_src_install |
28 |
done |
29 |
} |