27 lines
700 B
Bash
27 lines
700 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/aquapfont/aquapfont-2.6.ebuild,v 1.8 2008/01/15 17:18:05 grobian Exp $
|
|
|
|
inherit font
|
|
|
|
MY_P="${PN/font/}${PV/\./_}"
|
|
|
|
DESCRIPTION="Very pretty Japanese proportional truetype font"
|
|
HOMEPAGE="http://aquablue.milkcafe.to/"
|
|
SRC_URI="http://aquablue.milkcafe.to/tears/font/${MY_P}.zip"
|
|
|
|
LICENSE="aquafont"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
|
IUSE=""
|
|
|
|
S="${WORKDIR}/${MY_P}"
|
|
FONT_S="${S}"
|
|
FONT_SUFFIX="ttf"
|
|
DOCS="readme.txt"
|
|
|
|
DEPEND="app-arch/unzip"
|
|
RDEPEND=""
|
|
|
|
# Only installs fonts
|
|
RESTRICT="strip binchecks"
|