diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 13:48:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 13:48:59 +0000 |
commit | 62d100679e603fa751d2f99f30f55ec1e52646e9 (patch) | |
tree | 9263e8e8d1b296b319ef83ea20f5a813c7f87c1f /app-benchmarks/cpuburn | |
parent | initial import (diff) | |
download | gentoo-2-62d100679e603fa751d2f99f30f55ec1e52646e9.tar.gz gentoo-2-62d100679e603fa751d2f99f30f55ec1e52646e9.tar.bz2 gentoo-2-62d100679e603fa751d2f99f30f55ec1e52646e9.zip |
Initial ebuild
Diffstat (limited to 'app-benchmarks/cpuburn')
-rw-r--r-- | app-benchmarks/cpuburn/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/cpuburn-1.4.ebuild | 35 | ||||
-rw-r--r-- | app-benchmarks/cpuburn/files/digest-cpuburn-1.4 | 1 |
3 files changed, 44 insertions, 0 deletions
diff --git a/app-benchmarks/cpuburn/ChangeLog b/app-benchmarks/cpuburn/ChangeLog new file mode 100644 index 000000000000..fa71744ff8f7 --- /dev/null +++ b/app-benchmarks/cpuburn/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-benchmarks/cpuburn +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.1 2002/10/23 13:48:59 vapier Exp $ + +*cpuburn-1.4 (23 Oct 2002) + + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me. diff --git a/app-benchmarks/cpuburn/cpuburn-1.4.ebuild b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild new file mode 100644 index 000000000000..c2c754374b1e --- /dev/null +++ b/app-benchmarks/cpuburn/cpuburn-1.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4.ebuild,v 1.1 2002/10/23 13:48:59 vapier Exp $ + +DESCRIPTION="This program is designed to heavily load CPU chips [testing purposes]" +HOMEPAGE="http://users.ev1.net/~redelm/" + +MY_P="${PV/./_}" +SRC_URI="http://users.ev1.net/~redelm/cpuburn_${MY_P}_tar.gz" +S="${WORKDIR}/${P}" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86 -ppc -sparc -sparc64 -alpha" + +RESTRICT="nostrip" +DEPEND="sys-devel/gcc" +RDEPEND="" + +src_unpack() { + #for some reason he has it _tar instead of .tar ... + unpack ${A} + cd ${WORKDIR} + tar -xf cpuburn_${MY_P}_tar +} + +src_compile() { + emake || die +} + +src_install() { + dodoc Design README + dobin burn{BX,K6,K7,MMX,P5,P6} +} diff --git a/app-benchmarks/cpuburn/files/digest-cpuburn-1.4 b/app-benchmarks/cpuburn/files/digest-cpuburn-1.4 new file mode 100644 index 000000000000..797248f9bc74 --- /dev/null +++ b/app-benchmarks/cpuburn/files/digest-cpuburn-1.4 @@ -0,0 +1 @@ +MD5 f9bb5ff68afb6ccfca11718c90bcab68 cpuburn_1_4_tar.gz 7373 |