mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
x11-misc/3dfm: add eautoreconf for modern C
Closes: https://bugs.gentoo.org/898238 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="OpenGL-based 3D File Manager"
|
||||
HOMEPAGE="https://sourceforge.net/projects/innolab/"
|
||||
SRC_URI="https://downloads.sourceforge.net/innolab/${P}.tar.gz"
|
||||
@@ -17,6 +19,11 @@ RDEPEND="
|
||||
media-libs/freeglut"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
mv "${ED}"/usr/bin/{interface,3dfm} || die
|
||||
Reference in New Issue
Block a user