summaryrefslogtreecommitdiff
blob: 7f6cd378cf156b980ccce728d0f6f00cae153d03 (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 autotools eutils toolchain-funcs subversion

DESCRIPTION="lucid utility library"
HOMEPAGE="http://dev.croup.de/repos/lucid"

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

IUSE=""

DEPEND=""

ESVN_REPO_URI="http://dev.croup.de/repos/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
}