blob: 709530ad8e3ae327247bb5606180d11dd2f8a03a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/alee-fonts/alee-fonts-4.1.ebuild,v 1.6 2005/10/18 01:02:42 agriffis Exp $
inherit font
DESCRIPTION="A Lee's Hangul truetype fonts"
HOMEPAGE="http://packages.debian.org/unstable/x11/ttf-alee"
SRC_URI="mirror://debian/pool/main/t/ttf-alee/ttf-alee_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ~arm ~ppc ~ppc-macos ~s390 sparc ~x86"
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${WORKDIR}/ttf-alee-${PV}"
S=${FONT_S}
|