From dd07fe6a6d4a7a288d34086eb17098001c0e735f Mon Sep 17 00:00:00 2001 From: Date: Fri, 7 Dec 2001 06:20:17 +0000 Subject: Import utility to control Transmeta Crusoe processors. --- app-admin/longrun/files/digest-longrun-0.9 | 1 + app-admin/longrun/longrun-0.9.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 app-admin/longrun/files/digest-longrun-0.9 create mode 100644 app-admin/longrun/longrun-0.9.ebuild (limited to 'app-admin/longrun') diff --git a/app-admin/longrun/files/digest-longrun-0.9 b/app-admin/longrun/files/digest-longrun-0.9 new file mode 100644 index 000000000000..7ea316415523 --- /dev/null +++ b/app-admin/longrun/files/digest-longrun-0.9 @@ -0,0 +1 @@ +MD5 046a0e3f783d1d50b11a24b309bd40b1 longrun-0.9.tar.bz2 12288 diff --git a/app-admin/longrun/longrun-0.9.ebuild b/app-admin/longrun/longrun-0.9.ebuild new file mode 100644 index 000000000000..cbae54129eec --- /dev/null +++ b/app-admin/longrun/longrun-0.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Jerry A! +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9.ebuild,v 1.1 2001/12/07 06:20:17 jerrya Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="A utility to control Transmeta's Crusoe processor" +SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/cpu/crusoe/${P}.tar.bz2" + +DEPEND="virtual/glibc" + + +src_compile() { + emake || die +} + +src_install() { + dosbin longrun + + doman longrun.1 + + dodoc COPYING MAKEDEV-cpuid-msr +} -- cgit v1.2.3-65-gdbad