12345678910111213141516171819 |
- # Copyright 1999-2017 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- 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="Artistic"
- SLOT="0"
- KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
- IUSE=""
- FONT_SUFFIX="ttf"
- FONT_S="${WORKDIR}/ttf-alee-${PV}"
- S=${FONT_S}
|