summaryrefslogtreecommitdiff
blob: 406a1759870b32dc8f89bfaf0f0308a8f753201c (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
# 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 subversion

DESCRIPTION="lucid utility library"
HOMEPAGE="http://svn.linux-vserver.org/projects/lucid"

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

IUSE=""

DEPEND=""

ESVN_REPO_URI="http://svn.linux-vserver.org/svn/lucid/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
}