diff options
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 +} |