diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-05-31 15:16:13 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-05-31 15:16:13 +0000 |
commit | 8bfdcc4818473cc6f074ffa17524e9964167fdf9 (patch) | |
tree | 96aa51edfeee5338d75e8f35861e27f44e6618e5 /media-fonts/lfpfonts-var/lfpfonts-var-0.83-r2.ebuild | |
parent | Keyworded ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-8bfdcc4818473cc6f074ffa17524e9964167fdf9.tar.gz gentoo-2-8bfdcc4818473cc6f074ffa17524e9964167fdf9.tar.bz2 gentoo-2-8bfdcc4818473cc6f074ffa17524e9964167fdf9.zip |
use font eclass
Diffstat (limited to 'media-fonts/lfpfonts-var/lfpfonts-var-0.83-r2.ebuild')
-rw-r--r-- | media-fonts/lfpfonts-var/lfpfonts-var-0.83-r2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-fonts/lfpfonts-var/lfpfonts-var-0.83-r2.ebuild b/media-fonts/lfpfonts-var/lfpfonts-var-0.83-r2.ebuild new file mode 100644 index 000000000000..424f03589636 --- /dev/null +++ b/media-fonts/lfpfonts-var/lfpfonts-var-0.83-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/lfpfonts-var/lfpfonts-var-0.83-r2.ebuild,v 1.1 2004/05/31 15:16:12 foser Exp $ + +inherit font + +DESCRIPTION="Linux Font Project variable-width fonts" +HOMEPAGE="http://sourceforge.net/projects/xfonts/" +SRC_URI="mirror://sourceforge/xfonts/${P}.tar.bz2" +LICENSE="public-domain" + +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" + +S=${WORKDIR}/${PN} + +FONT_SUFFIX="pcf.gz" + +FONT_S=${S}/lfp-var + +DOCS="doc/*" |