diff options
author | Ian Leitch <port001@gentoo.org> | 2003-11-18 16:13:12 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-11-18 16:13:12 +0000 |
commit | 34b6ede871862ad57287619eb710d67f91f0fa24 (patch) | |
tree | e27fd4649dbf541caeb8cefaf67694cee1217ef6 /x11-misc/xbatt/xbatt-1.2.1.ebuild | |
parent | Moved from app-misc to x11-misc, metadata.xml created (diff) | |
download | gentoo-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.ebuild | 24 |
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 +} |