summaryrefslogtreecommitdiff
blob: f180ae7ec754155d63feac760ca7689b5cbbc3df (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
27
28
29
30
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/util-vserver/util-vserver-0.30.208-r5.ebuild,v 1.1 2005/10/27 17:20:36 hollow Exp $

inherit autotools eutils toolchain-funcs subversion

DESCRIPTION="Linux-VServer Common Wrappers"
HOMEPAGE="http://linux-vserver.org"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~alpha ~ppc ~sparc ~x86"

IUSE=""

DEPEND="=dev-libs/lucid-svn-9999
	=sys-libs/libvserver-svn-9999"

ESVN_REPO_URI="http://svn.linux-vserver.org/svn/vwrappers/trunk"
ESVN_BOOTSTRAP="make -f Makefile.svn"

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	make DESTDIR="${D}" install || die "install failed"
	dodoc README ChangeLog AUTHORS
}