You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/ddir/ddir-0_p20100323.ebuild

23 lines
492 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="A perl implementation of the tree(1) program"
HOMEPAGE="http://freshmeat.net/projects/ddir"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-lang/perl"
src_compile() { :; }
src_install() {
newbin bin/ddir.pl ddir || die
doman bin/ddir.1
dodoc ChangeLog doc/manual/*.txt README
dohtml doc/manual/*.html
}