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 | 59a474d4a1d67fda2829cd80d46e1279e0a88195 (patch) | |
tree | 2c33653670ec660e252b99aae68afab3ca0a2a8e /app-laptop | |
parent | macosd ebuild (Manifest recommit) (diff) | |
download | gentoo-2-59a474d4a1d67fda2829cd80d46e1279e0a88195.tar.gz gentoo-2-59a474d4a1d67fda2829cd80d46e1279e0a88195.tar.bz2 gentoo-2-59a474d4a1d67fda2829cd80d46e1279e0a88195.zip |
new ebuild 63647
Diffstat (limited to 'app-laptop')
-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 +} + |