diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-01-27 13:21:55 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-01-27 13:21:55 +0000 |
commit | 7d1b9dd74ec989314da58625d9fadd5f362b7bd8 (patch) | |
tree | 76d76406dcafdd9531b5c10c74284770419126cc /sys-apps/usermode-utilities/usermode-utilities-20030122.ebuild | |
parent | small fix0rs (diff) | |
download | gentoo-2-7d1b9dd74ec989314da58625d9fadd5f362b7bd8.tar.gz gentoo-2-7d1b9dd74ec989314da58625d9fadd5f362b7bd8.tar.bz2 gentoo-2-7d1b9dd74ec989314da58625d9fadd5f362b7bd8.zip |
Version bumped, fixes #14515
Diffstat (limited to 'sys-apps/usermode-utilities/usermode-utilities-20030122.ebuild')
-rw-r--r-- | sys-apps/usermode-utilities/usermode-utilities-20030122.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/usermode-utilities/usermode-utilities-20030122.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20030122.ebuild new file mode 100644 index 000000000000..640db2c6a20a --- /dev/null +++ b/sys-apps/usermode-utilities/usermode-utilities-20030122.ebuild @@ -0,0 +1,24 @@ +# 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-20030122.ebuild,v 1.1 2003/01/27 13:21:55 tantive 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 -alpha" + +DEPEND="virtual/glibc" + +src_compile() { + emake CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE -g -Wall" all +} + +src_install () { + make DESTDIR=${D} install + + dodoc COPYING +} |