diff options
-rw-r--r-- | app-laptop/xpmumon/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/xpmumon/Manifest | 3 | ||||
-rw-r--r-- | app-laptop/xpmumon/files/digest-xpmumon-1.3.0 | 1 | ||||
-rw-r--r-- | app-laptop/xpmumon/xpmumon-1.3.0.ebuild | 24 |
4 files changed, 33 insertions, 0 deletions
diff --git a/app-laptop/xpmumon/ChangeLog b/app-laptop/xpmumon/ChangeLog new file mode 100644 index 000000000000..ae83bbbe0665 --- /dev/null +++ b/app-laptop/xpmumon/ChangeLog @@ -0,0 +1,5 @@ +# ChangeLog for app-laptop/xpmumon +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/xpmumon/ChangeLog,v 1.1 2004/09/25 00:13:44 pvdabeel Exp $ + + 25 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> : New ebuild #63747 diff --git a/app-laptop/xpmumon/Manifest b/app-laptop/xpmumon/Manifest new file mode 100644 index 000000000000..2f78255c9205 --- /dev/null +++ b/app-laptop/xpmumon/Manifest @@ -0,0 +1,3 @@ +MD5 df2b4f86f467dc6a3a4c7f7bad5e3312 ChangeLog 289 +MD5 5932bb588d22bbc2e45081e8cae00e6e xpmumon-1.3.0.ebuild 520 +MD5 ac4f5520a7ba7d9a157e02ad15df36fb files/digest-xpmumon-1.3.0 64 diff --git a/app-laptop/xpmumon/files/digest-xpmumon-1.3.0 b/app-laptop/xpmumon/files/digest-xpmumon-1.3.0 new file mode 100644 index 000000000000..b0b7eff98985 --- /dev/null +++ b/app-laptop/xpmumon/files/digest-xpmumon-1.3.0 @@ -0,0 +1 @@ +MD5 f0de39db82b82fda5d39687faf39e8b4 xpmumon_1.3.0.tar.gz 24427 diff --git a/app-laptop/xpmumon/xpmumon-1.3.0.ebuild b/app-laptop/xpmumon/xpmumon-1.3.0.ebuild new file mode 100644 index 000000000000..f2d31d955f46 --- /dev/null +++ b/app-laptop/xpmumon/xpmumon-1.3.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/xpmumon/xpmumon-1.3.0.ebuild,v 1.1 2004/09/25 00:13:44 pvdabeel Exp $ + +DESCRIPTION="Battery monitor for PMU-based Powerbooks and iBooks" +HOMEPAGE="http://packages.debian.org/unstable/x11/xpmumon" +SRC_URI="http://ftp.debian.org/debian/pool/main/x/xpmumon/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="ppc" +IUSE="" + +DEPEND="virtual/x11" + +src_compile() { + xmkmf -a + make || die "compile failed" +} + +src_install() { + make install install.man DESTDIR=${D} || die +} + |