| 1 |
# Copyright 1999-2008 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-fonts/aquapfont/aquapfont-2.6.ebuild,v 1.7 2007/10/15 14:32:27 corsair Exp $
|
| 4 |
|
| 5 |
inherit font
|
| 6 |
|
| 7 |
MY_P="${PN/font/}${PV/\./_}"
|
| 8 |
|
| 9 |
DESCRIPTION="Very pretty Japanese proportional truetype font"
|
| 10 |
HOMEPAGE="http://aquablue.milkcafe.to/"
|
| 11 |
SRC_URI="http://aquablue.milkcafe.to/tears/font/${MY_P}.zip"
|
| 12 |
|
| 13 |
LICENSE="aquafont"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
S="${WORKDIR}/${MY_P}"
|
| 19 |
FONT_S="${S}"
|
| 20 |
FONT_SUFFIX="ttf"
|
| 21 |
DOCS="readme.txt"
|
| 22 |
|
| 23 |
DEPEND="app-arch/unzip"
|
| 24 |
RDEPEND=""
|
| 25 |
|
| 26 |
# Only installs fonts
|
| 27 |
RESTRICT="strip binchecks"
|