# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-fonts/aquafont/aquafont-2.8.ebuild,v 1.1 2007/04/29 01:52:02 dirtyepic Exp $ inherit font IUSE="X" MY_P="${PN/font/}${PV/\./_}" DESCRIPTION="Handwritten Japanese fixed-width TrueType font" HOMEPAGE="http://aquablue.milkcafe.to/" SRC_URI="http://aquablue.milkcafe.to/tears/font/${MY_P}.zip" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" LICENSE="aquafont" SLOT=0 S="${WORKDIR}/${MY_P}" FONT_S="${S}" FONT_SUFFIX="ttf" DEPEND="app-arch/unzip" RDEPEND="" DOCS="readme.txt" # Only installs fonts RESTRICT="strip binchecks"