media-gfx/photoqt: Stabilize 4.7-r1 amd64, #948000
[gentoo/gentoo.git] / x11-misc / 3dfm / 3dfm-1.0-r3.ebuild
blob30cd785c3757c3f9d27d82210b11bdcb2c32c44e
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit autotools
8 DESCRIPTION="OpenGL-based 3D File Manager"
9 HOMEPAGE="https://sourceforge.net/projects/innolab/"
10 SRC_URI="https://downloads.sourceforge.net/innolab/${P}.tar.gz"
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="amd64 ppc x86"
16 RDEPEND="
17         virtual/glu
18         virtual/opengl
19         media-libs/freeglut"
20 DEPEND="${RDEPEND}"
22 src_prepare() {
23         default
24         eautoreconf
27 src_install() {
28         default
29         mv "${ED}"/usr/bin/{interface,3dfm} || die