summaryrefslogtreecommitdiff
blob: ee6aa67b3bc91fe3b54f9134fcd96e73d4054f57 (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-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20020821.ebuild,v 1.3 2002/10/19 04:06:04 vapier Exp $

S=${WORKDIR}/tools
DESCRIPTION="Tools for use with Usermode Linux virtual machines"
SRC_URI="mirror://sourceforge/user-mode-linux/uml_utilities_${PV}.tar.bz2"
HOMEPAGE="http://user-mode-linux.sourceforge.net/"

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

DEPEND="virtual/glibc"
RDEPEND="${DEPEND}"

src_compile() {
	emake CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE -g -Wall" all
}

src_install() {
	make DESTDIR=${D} install

	dodoc COPYING 	
}