summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <jerrya@gentoo.org>2001-12-07 06:20:17 +0000
committer <jerrya@gentoo.org>2001-12-07 06:20:17 +0000
commitdd07fe6a6d4a7a288d34086eb17098001c0e735f (patch)
tree1abba2dd6e7ca7960a779e17eea1c1b668c4b4d2 /app-admin/longrun
parentUpdate to latest version. (diff)
downloadhistorical-dd07fe6a6d4a7a288d34086eb17098001c0e735f.tar.gz
historical-dd07fe6a6d4a7a288d34086eb17098001c0e735f.tar.bz2
historical-dd07fe6a6d4a7a288d34086eb17098001c0e735f.zip
Import utility to control Transmeta Crusoe processors.
Diffstat (limited to 'app-admin/longrun')
-rw-r--r--app-admin/longrun/files/digest-longrun-0.91
-rw-r--r--app-admin/longrun/longrun-0.9.ebuild23
2 files changed, 24 insertions, 0 deletions
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! <jerry@thehutt.org>
+# $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
+}