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.
25 lines
528 B
25 lines
528 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/lklug/lklug-0.5.4.ebuild,v 1.3 2012/02/19 10:45:51 ago Exp $
|
|
|
|
EAPI="4"
|
|
|
|
inherit font
|
|
|
|
MY_P="ttf-sinhala-${P}"
|
|
DESCRIPTION="Sinhala font"
|
|
HOMEPAGE="http://sinhala.sourceforge.net"
|
|
SRC_URI="http://sinhala.sourceforge.net/files/${MY_P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
S="${WORKDIR}/${MY_P}"
|
|
FONT_S="${S}"
|
|
|
|
FONT_SUFFIX="ttf"
|
|
|
|
DOCS="README.fonts"
|