summaryrefslogtreecommitdiff
blob: a54661d099331d87bc09cddd51a999a95f289d34 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvserver/libvserver-0.4.ebuild,v 1.1 2005/10/01 13:07:35 hollow Exp $

inherit toolchain-funcs subversion

DESCRIPTION="Linux-VServer Syscall Library"
HOMEPAGE="http://linux-vserver.org"

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

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

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

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

src_install() {
	make DESTDIR="${D}" install || die "make install failed"
}