blob: fe28a0ff68e528767cd4d761fa1b7bab999b8340 (
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
|
# Copyright 1999-2007 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.4 2007/12/29 18:11:30 pappy 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"
KEYWORDS="~x86 ~amd64"
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}"
}
|