| 1 |
# Copyright 1999-2009 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.5.ebuild,v 1.1 2009/05/11 13:22:08 wschlich Exp $
|
| 4 |
|
| 5 |
IUSE=""
|
| 6 |
DESCRIPTION="NCurses Disk Usage"
|
| 7 |
HOMEPAGE="http://dev.yorhel.nl/ncdu/"
|
| 8 |
SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
|
| 9 |
LICENSE="MIT"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
| 12 |
DEPEND="sys-libs/ncurses"
|
| 13 |
|
| 14 |
src_install() {
|
| 15 |
emake DESTDIR="${D}" install || die "make install failed"
|
| 16 |
dodoc README NEWS ChangeLog
|
| 17 |
}
|