diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-04-30 15:43:27 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-04-30 15:43:27 +0000 |
commit | 9ff9acc317edc755d3190d12721acbb7f2f58ce2 (patch) | |
tree | eabf6985a3004406898cf51b13f7c2da4dc36f4c /sys-apps/usermode-utilities/usermode-utilities-20040406.ebuild | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-9ff9acc317edc755d3190d12721acbb7f2f58ce2.tar.gz gentoo-2-9ff9acc317edc755d3190d12721acbb7f2f58ce2.tar.bz2 gentoo-2-9ff9acc317edc755d3190d12721acbb7f2f58ce2.zip |
Version bumped. Closes #47470.
Diffstat (limited to 'sys-apps/usermode-utilities/usermode-utilities-20040406.ebuild')
-rw-r--r-- | sys-apps/usermode-utilities/usermode-utilities-20040406.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/usermode-utilities/usermode-utilities-20040406.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20040406.ebuild new file mode 100644 index 000000000000..fbfb1d190a2b --- /dev/null +++ b/sys-apps/usermode-utilities/usermode-utilities-20040406.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 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-20040406.ebuild,v 1.1 2004/04/30 15:43:27 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 amd64 -ppc -sparc -alpha" + +DEPEND="virtual/glibc" + +src_compile() { + emake CFLAGS="${CFLAGS} -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall" all +} + +src_install () { + make DESTDIR=${D} install + + dodoc COPYING +} |