x11-misc/projecteur: drop old version
[gentoo.git] / x11-misc / 3dfm / 3dfm-1.0-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="OpenGL-based 3D File Manager"
7 HOMEPAGE="https://sourceforge.net/projects/innolab/"
8 SRC_URI="mirror://sourceforge/innolab/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ppc x86"
13 IUSE=""
14
15 DEPEND="virtual/glu
16         virtual/opengl
17         media-libs/freeglut"
18 RDEPEND="${DEPEND}"
19
20 src_install() {
21         default
22         mv "${ED%/}"/usr/bin/{interface,3dfm} || die
23 }