]> Pileus Git - ~andy/sunrise/blob - app-misc/clex/clex-4.5.ebuild
net-misc/wolman: Properly fix qt deps
[~andy/sunrise] / app-misc / clex / clex-4.5.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Ncurses file manager with a full-screen user interface"
6 HOMEPAGE="http://www.clex.sk/"
7 SRC_URI="http://www.clex.sk/download/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~sparc ~x86"
12 IUSE=""
13
14 DEPEND="sys-libs/ncurses"
15 RDEPEND="${DEPEND}"
16
17 src_install() {
18         emake DESTDIR="${D}" install || die "emake install failed"
19         dodoc AUTHORS ChangeLog README || die "dodoc failed"
20 }