summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-11-18 16:13:12 +0000
committerIan Leitch <port001@gentoo.org>2003-11-18 16:13:12 +0000
commit34b6ede871862ad57287619eb710d67f91f0fa24 (patch)
treee27fd4649dbf541caeb8cefaf67694cee1217ef6 /x11-misc/xbatt/xbatt-1.2.1.ebuild
parentMoved from app-misc to x11-misc, metadata.xml created (diff)
downloadgentoo-2-34b6ede871862ad57287619eb710d67f91f0fa24.tar.gz
gentoo-2-34b6ede871862ad57287619eb710d67f91f0fa24.tar.bz2
gentoo-2-34b6ede871862ad57287619eb710d67f91f0fa24.zip
Moved from app-misc to x11-misc, metadata.xml created
Diffstat (limited to 'x11-misc/xbatt/xbatt-1.2.1.ebuild')
-rw-r--r--x11-misc/xbatt/xbatt-1.2.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild
new file mode 100644
index 000000000000..16e1521538b9
--- /dev/null
+++ b/x11-misc/xbatt/xbatt-1.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.1 2003/11/18 16:13:08 port001 Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Notebook battery indicataor for X"
+SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${P}.tar.gz"
+HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/"
+
+SLOT="0"
+LICENSE="as-is | BSD"
+KEYWORDS="x86 ppc"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ xmkmf || die
+ make xbatt || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc README* COPYRIGHT
+}