a9659ee22612d7c5b0b9e359942277e605b0a5ca
[gentoo.git] / sys-apps / mtree / mtree-1.0.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=4
5
6 DESCRIPTION="Directory hierarchy mapping tool from FreeBSD"
7 HOMEPAGE="https://github.com/archiecobbs/mtree-port"
8 SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz"
9
10 LICENSE="BSD"
11 SLOT="0"
12 KEYWORDS="~amd64"
13 IUSE=""
14
15 DEPEND=""
16 RDEPEND="${DEPEND}"
17
18 src_install()
19 {
20
21         default_src_install
22
23         # Avoid conflict with app-arch/libarchive
24         rm "${ED}usr/share/man/man5/mtree.5"
25
26 }