diff options
author | 2002-06-03 21:10:29 +0000 | |
---|---|---|
committer | 2002-06-03 21:10:29 +0000 | |
commit | 3203753e36e8f539a9076fd40aeff1894cdbfb20 (patch) | |
tree | d017a4b6cb0bf5aa52a324a5fc1cb3408e5e17aa /x11-misc | |
parent | fix typo -- disable enable-final (diff) | |
download | gentoo-2-3203753e36e8f539a9076fd40aeff1894cdbfb20.tar.gz gentoo-2-3203753e36e8f539a9076fd40aeff1894cdbfb20.tar.bz2 gentoo-2-3203753e36e8f539a9076fd40aeff1894cdbfb20.zip |
New package wmalms X-windows applet
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmalms/wmalms-1.0.0a.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-misc/wmalms/wmalms-1.0.0a.ebuild b/x11-misc/wmalms/wmalms-1.0.0a.ebuild new file mode 100644 index 000000000000..cbbd0cba191b --- /dev/null +++ b/x11-misc/wmalms/wmalms-1.0.0a.ebuild @@ -0,0 +1,21 @@ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/wmalms-1.0.0a.ebuild,v 1.1 2002/06/03 21:10:29 lostlogic Exp $ + +DESCRIPTION="wmalms X-windows hardware sensors applet" +DEPEND="x11-base/xfree" +RDEPEND="${DEPEND}" +LICENSE="GPL" +SLOT="0" + +S=${WORKDIR}/${P} +SRC_URI="http://www.geocities.com/wmalms/wmalms-1.0.0a.tar.gz" +HOMEPAGE="http://www.geocities.com/wmalms" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make BINDIR=${D}/usr/bin DOCDIR=${D}/usr/share/doc install +} |