public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] ebuild for xbatt
@ 2001-07-21 17:32 Damon M. Conway
  2001-07-21 17:50 ` Daniel Robbins
  0 siblings, 1 reply; 6+ messages in thread
From: Damon M. Conway @ 2001-07-21 17:32 UTC (permalink / raw
  To: gentoo-dev

Here is an ebuild for xbatt.  It's a laptop battery status display for X.
I tested it on my system.  This is my first ebuild, so any comments are
appreciated.

MD5 4ad4d31cd70182ffdad31e0cc885c433 xbatt-1.2.1.tar.gz

Damon

--
"UNIX was not designed to stop you from doing stupid things, because that 
 would also stop you from doing clever things."  --Doug Gwyn


# Copyright 2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Damon Conway <damon@3jane.net> 

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Notebook battery indicataor for X"
SRC_URI="http://www.clave.gr.jp/~eto/xbatt/${A}"
HOMEPAGE=""

DEPEND="virtual/x11"

src_compile() {

    try xmkmf
    try make

}

src_install () {

    try make install

}




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-07-31 13:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-21 17:32 [gentoo-dev] ebuild for xbatt Damon M. Conway
2001-07-21 17:50 ` Daniel Robbins
2001-07-22 12:01   ` Damon M. Conway
2001-07-30 15:43     ` Dan Armak
2001-07-31  5:43       ` Mikael Hallendal
2001-07-31  7:53         ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox