summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-03-28 03:08:12 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-03-28 03:08:12 +0000
commitb74bd78d6fa342f5eb63cf83fb427bb7d287214d (patch)
tree211d70b2b22f49836b9244dd516b9e29cbe30b88 /app-misc/pipeworks/pipeworks-0.4.ebuild
parentdon't assign default to S; tidy (Manifest recommit) (diff)
downloadgentoo-2-b74bd78d6fa342f5eb63cf83fb427bb7d287214d.tar.gz
gentoo-2-b74bd78d6fa342f5eb63cf83fb427bb7d287214d.tar.bz2
gentoo-2-b74bd78d6fa342f5eb63cf83fb427bb7d287214d.zip
Initial import - thanks to Daniel Fullmer <lsmod@hotmail.com> in bug #44093
Diffstat (limited to 'app-misc/pipeworks/pipeworks-0.4.ebuild')
-rw-r--r--app-misc/pipeworks/pipeworks-0.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/pipeworks/pipeworks-0.4.ebuild b/app-misc/pipeworks/pipeworks-0.4.ebuild
new file mode 100644
index 000000000000..56d9516e7eff
--- /dev/null
+++ b/app-misc/pipeworks/pipeworks-0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/pipeworks-0.4.ebuild,v 1.1 2004/03/28 03:08:12 dragonheart Exp $
+
+DESCRIPTION="a small utility that measures throughput between stdin and stdout"
+SRC_URI="mirror://sourceforge/pipeworks/${P}.tar.gz"
+HOMEPAGE="http://pipeworks.sourceforge.net/"
+
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RESTRICT="nomirror"
+DEPEND="virtual/glibc"
+
+
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ dobin pipeworks || die "dobin failed"
+ doman pipeworks.1
+ dodoc Changelog README
+}