You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/arabeyes-fonts/arabeyes-fonts-2.0.ebuild

30 lines
595 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit font
MY_PN="ae_fonts"
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}_${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ia64 ppc s390 sh sparc x86 ~x86-fbsd"
IUSE=""
FONT_SUFFIX="ttf"
DOCS="README ChangeLog"
src_install() {
local d
for d in AAHS AGA FS Kasr MCS Shmookh; do
FONT_S="${S}"/$d
font_src_install
done
}