summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-07-31 11:43:07 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-07-31 11:43:07 +0000
commit16e59b5d2db09b33cd0bca8b1c0a1faa2349dc9a (patch)
treed1ab10de0e23ada997c4310b02263553065bbff4 /app-misc/xbatt
parentshould depend on slib, sorry about that (diff)
downloadgentoo-2-16e59b5d2db09b33cd0bca8b1c0a1faa2349dc9a.tar.gz
gentoo-2-16e59b5d2db09b33cd0bca8b1c0a1faa2349dc9a.tar.bz2
gentoo-2-16e59b5d2db09b33cd0bca8b1c0a1faa2349dc9a.zip
Added xbatt ebuild from Damon M. Conway
Diffstat (limited to 'app-misc/xbatt')
-rw-r--r--app-misc/xbatt/files/digest-xbatt-1.2.11
-rw-r--r--app-misc/xbatt/xbatt-1.2.1.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/xbatt/files/digest-xbatt-1.2.1 b/app-misc/xbatt/files/digest-xbatt-1.2.1
new file mode 100644
index 000000000000..dd2736b9a31c
--- /dev/null
+++ b/app-misc/xbatt/files/digest-xbatt-1.2.1
@@ -0,0 +1 @@
+MD5 4ad4d31cd70182ffdad31e0cc885c433 xbatt-1.2.1.tar.gz
diff --git a/app-misc/xbatt/xbatt-1.2.1.ebuild b/app-misc/xbatt/xbatt-1.2.1.ebuild
new file mode 100644
index 000000000000..d302d1bf20a9
--- /dev/null
+++ b/app-misc/xbatt/xbatt-1.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Damon Conway <damon@3jane.net>
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xbatt/xbatt-1.2.1.ebuild,v 1.1 2001/07/31 11:43:07 hallski Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Notebook battery indicataor for X"
+SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${A}"
+HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ try xmkmf
+ try make xbatt
+}
+
+src_install () {
+ try make DESTDIR=${D} install
+ dodoc README* COPYRIGHT
+}