summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild')
-rw-r--r--x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild b/x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild
new file mode 100644
index 000000000000..b89c5a5f2115
--- /dev/null
+++ b/x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild
@@ -0,0 +1,25 @@
+# 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
+}