diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-25 00:13:44 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-25 00:13:44 +0000 |
commit | f84e1c33c7dea0c2cdbd8525e1ef8107cd61eb8d (patch) | |
tree | 5850bc1f19e3e773e382fc3020c76ae52733ba7e /app-laptop/xpmumon | |
parent | macosd ebuild (diff) | |
download | historical-f84e1c33c7dea0c2cdbd8525e1ef8107cd61eb8d.tar.gz historical-f84e1c33c7dea0c2cdbd8525e1ef8107cd61eb8d.tar.bz2 historical-f84e1c33c7dea0c2cdbd8525e1ef8107cd61eb8d.zip |
new ebuild 63647
Diffstat (limited to 'app-laptop/xpmumon')
-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..5b8bc1296762 --- /dev/null +++ b/app-laptop/xpmumon/Manifest @@ -0,0 +1,3 @@ +MD5 0d486c7dc5f2f23bc7ca9f63eb966558 ChangeLog 290 +MD5 f0c10a0142cb889235cc20a4801dd2e1 xpmumon-1.3.0.ebuild 623 +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 +} + |