| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-text/ddir/ddir-0_p20100323.ebuild,v 1.1 2010/03/23 21:54:15 ssuominen Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="A perl implementation of the tree(1) program"
|
| 6 |
HOMEPAGE="http://freshmeat.net/projects/ddir"
|
| 7 |
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="~amd64 ~x86"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
RDEPEND="dev-lang/perl"
|
| 15 |
|
| 16 |
src_compile() { :; }
|
| 17 |
|
| 18 |
src_install() {
|
| 19 |
newbin bin/ddir.pl ddir || die
|
| 20 |
doman bin/ddir.1
|
| 21 |
dodoc ChangeLog doc/manual/*.txt README
|
| 22 |
dohtml doc/manual/*.html
|
| 23 |
}
|