diff options
author | Vitaly Kushneriuk <vitaly@gentoo.org> | 2002-01-30 13:27:15 +0000 |
---|---|---|
committer | Vitaly Kushneriuk <vitaly@gentoo.org> | 2002-01-30 13:27:15 +0000 |
commit | 416677e51b12b312fdf0379e3e8df4199ad3b94d (patch) | |
tree | 66dc720f21abdb7e37b2264b53b5eeadc0840131 /x11-misc/wmapm | |
parent | initial version in portage (diff) | |
download | gentoo-2-416677e51b12b312fdf0379e3e8df4199ad3b94d.tar.gz gentoo-2-416677e51b12b312fdf0379e3e8df4199ad3b94d.tar.bz2 gentoo-2-416677e51b12b312fdf0379e3e8df4199ad3b94d.zip |
APM DockApp for WindowMaker
Diffstat (limited to 'x11-misc/wmapm')
-rw-r--r-- | x11-misc/wmapm/files/digest-wmapm-3.1 | 1 | ||||
-rw-r--r-- | x11-misc/wmapm/wmapm-3.1.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/wmapm/files/digest-wmapm-3.1 b/x11-misc/wmapm/files/digest-wmapm-3.1 new file mode 100644 index 000000000000..c38fdd750a41 --- /dev/null +++ b/x11-misc/wmapm/files/digest-wmapm-3.1 @@ -0,0 +1 @@ +MD5 5a62620d49b5cc4c2250e013149ca1e9 wmapm-3.1.tar.gz 28672 diff --git a/x11-misc/wmapm/wmapm-3.1.ebuild b/x11-misc/wmapm/wmapm-3.1.ebuild new file mode 100644 index 000000000000..8545c3dab897 --- /dev/null +++ b/x11-misc/wmapm/wmapm-3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2001 Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# Maintainer: Vitaly Kushneriuk<vitaly@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmapm/wmapm-3.1.ebuild,v 1.1 2002/01/30 13:27:15 vitaly Exp $ + +S=${WORKDIR}/${P}/wmapm + +DESCRIPTION="WMaker DockApp: Battery/Power status monitor for laptops" +SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" +HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" +DEPEND="x11-base/xfree" + +src_compile() { + emake || die +} + +src_install () { + mkdir -p ${D}/usr/bin + mkdir -p ${D}/usr/man/man1 + make DESTDIR=${D}/usr install || die +} |