blob: 2b17c5185ea58f14b8a97cf12feabd060d32ceb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/lfpfonts-fix/lfpfonts-fix-0.82.ebuild,v 1.7 2002/10/04 21:31:01 vapier Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Linux Font Project fixed-width fonts"
SRC_URI="http://dreamer.nitro.dk/linux/lfp/${P}.tar.bz2"
HOMEPAGE="http://dreamer.nitro.dk/linux/lfp/"
LICENSE="Public Domain"
KEYWORDS="x86 sparc sparc64"
SLOT="0"
DEPEND="virtual/x11"
src_install() {
dodoc doc/*
cd lfp-fix
insinto /usr/X11R6/lib/X11/fonts/lfp-fix
insopts -m0644
doins *
}
|