blob: b89c5a5f2115adbcd24a8b5f2e6a9cce12b24074 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit multilib
DESCRIPTION="Binary blob microcode for Elite3D framebuffers to use X, required by xf86-video-sunffb"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="http://dlc.sun.com/osol/sparc-gfx/downloads/${PN}.tar.bz2
mirror://gentoo/${PN}.tar.bz2"
IUSE=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* sparc"
RDEPEND="${DEPEND}
x11-misc/afbinit"
S="${WORKDIR}/${PN}"
src_install() {
insinto /usr/$(get_libdir)
doins afb.ucode
}