diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2005-10-19 20:50:59 +0000 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2005-10-19 20:50:59 +0000 |
commit | 398a945b05f1e705b02e360e48a6935499ef0a9a (patch) | |
tree | 81290e519a676c5444784146205233bb20a1918e /app-admin/hot-babe | |
parent | add hot babe (diff) | |
download | portage-398a945b05f1e705b02e360e48a6935499ef0a9a.tar.xz |
New version !
Diffstat (limited to 'app-admin/hot-babe')
-rw-r--r-- | app-admin/hot-babe/files/digest-hot-babe-0.2.2 | 1 | ||||
-rw-r--r-- | app-admin/hot-babe/hot-babe-0.2.2.ebuild | 39 |
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 +} |