mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/3dfm: EAPI bump 0 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
committed by
Sergey Popov
parent
9216e32965
commit
cda78da7bb
24
x11-misc/3dfm/3dfm-1.0-r1.ebuild
Normal file
24
x11-misc/3dfm/3dfm-1.0-r1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="OpenGL-based 3D File Manager"
|
||||
HOMEPAGE="https://sourceforge.net/projects/innolab/"
|
||||
SRC_URI="mirror://sourceforge/innolab/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="virtual/glu
|
||||
virtual/opengl
|
||||
media-libs/freeglut"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
mv "${ED%/}"/usr/bin/{interface,3dfm} || die
|
||||
}
|
||||
Reference in New Issue
Block a user