summaryrefslogtreecommitdiff
blob: 859c664ba2aa9ae5aa0f746db0abe211e5b7e950 (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-opengl/emul-linux-x86-opengl-20110129-r99.ebuild,v 1.1 2011/01/30 11:23:08 pacho Exp $

inherit emul-linux-x86

LICENSE="BSD LGPL-2 MIT kilgard"

SRC_URI="http://dev.gentoo.org/~pacho/emul/${P}-r99.tar.bz2"

KEYWORDS="-* ~amd64 ~amd64-linux"

DEPEND="app-admin/eselect-opengl"
RDEPEND=">=app-emulation/emul-linux-x86-xlibs-20100611
	!<app-emulation/emul-linux-x86-xlibs-20100611
	media-libs/mesa"

src_unpack() {
	emul-linux-x86_src_unpack
	rm -f "${S}/usr/lib32/libGL.so" || die
}

pkg_postinst() {
	#update GL symlinks
	eselect opengl set --use-old
}