summaryrefslogtreecommitdiff
blob: 8cb6a05a1946cbc2de8f80c9b893e3e7a5d340c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1.ebuild,v 1.1 2003/05/28 00:59:33 weeve Exp $

inherit eutils

DESCRIPTION="afbinit loads the microcode for Elite3D framebuffers to use X"
HOMEPAGE="I don't have a home :("
SRC_URI="http://cvs.gentoo.org/~weeve/files/${P}.tar.bz2"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="-x86 -ppc -arm -mips -hppa ~sparc"
IUSE=""

DEPEND="virtual/glibc"

src_unpack() {
	unpack ${P}.tar.bz2

}

src_compile() {
	emake || die "make failed"

}

src_install() {
	dobin afbinit
}

pkg_postinst() {
	einfo "To use afbinit, you'll need the AFB microcode."
	einfo "This is available via a Solaris install at /usr/lib/afb.ucode"
	einfo "or via sun.com"
}