You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/aquafont/aquafont-2.7-r2.ebuild

33 lines
776 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/aquafont/aquafont-2.7-r2.ebuild,v 1.15 2008/09/04 17:08:33 matsuu Exp $
inherit font
IUSE="X"
MY_P="${PN/font/}${PV/\./_}"
DESCRIPTION="Handwritten Japanese fixed-width TrueType font"
HOMEPAGE="http://www.geocities.jp/teardrops_in_aquablue/"
SRC_URI="http://www.geocities.jp/teardrops_in_aquablue/fnt/${MY_P}.lzh"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
LICENSE="aquafont"
SLOT=0
S="${WORKDIR}/${MY_P}"
FONT_S="${S}"
FONT_SUFFIX="ttf"
DEPEND="app-arch/lha"
RDEPEND=""
DOCS="readme.txt"
# Only installs fonts
RESTRICT="strip binchecks"
src_unpack(){
lha e "${DISTDIR}/${MY_P}.lzh"
}