summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/hot-babe/files/digest-hot-babe-0.2.21
-rw-r--r--app-admin/hot-babe/hot-babe-0.2.2.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/app-admin/hot-babe/files/digest-hot-babe-0.2.2 b/app-admin/hot-babe/files/digest-hot-babe-0.2.2
new file mode 100644
index 00000000..b7a6409d
--- /dev/null
+++ b/app-admin/hot-babe/files/digest-hot-babe-0.2.2
@@ -0,0 +1 @@
+MD5 482a9496b493d2394601689659971042 hot-babe-0.2.2.tar.bz2 406172
diff --git a/app-admin/hot-babe/hot-babe-0.2.2.ebuild b/app-admin/hot-babe/hot-babe-0.2.2.ebuild
new file mode 100644
index 00000000..a6215110
--- /dev/null
+++ b/app-admin/hot-babe/hot-babe-0.2.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Copyright 2004 Paul Thompson <set@pobox.com>
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /archive/cvsdir/portage/app-admin/hot-babe/hot-babe-0.2.0.ebuild,v 1.1 2004/12/02 22:32:45 set Exp $
+
+DESCRIPTION="A System load monitor"
+
+HOMEPAGE="http://dindinx.net/hotbabe/"
+
+SRC_URI="http://dindinx.net/hotbabe/downloads/${P}.tar.bz2"
+
+LICENSE="Artistic"
+
+SLOT="0"
+
+KEYWORDS="x86"
+
+IUSE=""
+
+# A space delimited list of portage features to restrict. man 5 ebuild
+# for details. Usually not needed.
+RESTRICT="nomirror"
+
+DEPEND=">=x11-libs/gtk+-2.0
+ media-libs/gdk-pixbuf"
+
+#RDEPEND=""
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ sed -iorig -e "s:-O2 -Wall -g:${CFLAGS}:" Makefile || die "sed failed"
+ emake PREFIX="/usr" || die "emake failed"
+}
+
+src_install() {
+ make PREFIX="${D}/usr" install || die "Failed to install"
+ doman hot-babe.1
+}