1 |
# Copyright 1999-2004 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1.ebuild,v 1.9 2004/06/24 23:04:41 agriffis Exp $ |
4 |
|
5 |
IUSE="" |
6 |
DESCRIPTION="WMaker DockApp: Battery/Power status monitor for laptops" |
7 |
SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" |
8 |
HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" |
9 |
|
10 |
LICENSE="GPL-2" |
11 |
SLOT="0" |
12 |
KEYWORDS="x86 sparc amd64 ppc" |
13 |
|
14 |
DEPEND="virtual/x11" |
15 |
|
16 |
S=${WORKDIR}/${P}/${PN} |
17 |
|
18 |
src_install() { |
19 |
dodir /usr/bin /usr/man/man1 |
20 |
make DESTDIR=${D}/usr install || die |
21 |
} |