summaryrefslogtreecommitdiff
blob: 9cef457fff08c0a34fdc7a5a48f4902219139a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/devel-chroots/devel-chroots-2.1.0.ebuild,v 1.6 2010/06/05 14:48:19 armin76 Exp $

DESCRIPTION="Gentoo Developer chroots installation/configuration"
HOMEPAGE="http://www.gentoo.org/proj/en/hardened/docs/devel-chroots-intro.xml"

SRC_URI="http://85.214.109.84/~pappy/gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
IUSE=""

KEYWORDS="~amd64 ~x86"

RDEPEND="dev-lang/perl
		 dev-perl/XML-LibXML
		 dev-perl/libwww-perl
		 sys-process/lsof
		 app-misc/screen"

src_install() {
	doconfd "${S}/etc/conf.d/${PN}.conf.sample"
	doinitd "${S}/etc/init.d/${PN}"
	dosbin "${S}/usr/sbin/${PN}"
}