diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-06-07 03:43:03 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-06-07 03:43:03 +0000 |
commit | c66b83da31d78666afa1f566718027d342c2bc04 (patch) | |
tree | 87f9234edc28ddb8937022d3667dcaf781bedd89 /x11-misc/wmalms | |
parent | Fix filesystem locations, mask old previos -r until it gets cleaned out of cvs (diff) | |
download | gentoo-2-c66b83da31d78666afa1f566718027d342c2bc04.tar.gz gentoo-2-c66b83da31d78666afa1f566718027d342c2bc04.tar.bz2 gentoo-2-c66b83da31d78666afa1f566718027d342c2bc04.zip |
Fix doc locations
Diffstat (limited to 'x11-misc/wmalms')
-rw-r--r-- | x11-misc/wmalms/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/wmalms/files/digest-wmalms-1.0.0a-r1 | 1 | ||||
-rw-r--r-- | x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild | 21 |
3 files changed, 29 insertions, 3 deletions
diff --git a/x11-misc/wmalms/ChangeLog b/x11-misc/wmalms/ChangeLog index 204738ce4378..32d5199b06cd 100644 --- a/x11-misc/wmalms/ChangeLog +++ b/x11-misc/wmalms/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-misc/wmalms # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/ChangeLog,v 1.1 2002/06/03 21:25:04 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmalms/ChangeLog,v 1.2 2002/06/07 03:43:03 lostlogic Exp $ -*<wmalms>-<1.0.0a> (03 Jun 2002) +*wmalms-1.0.0a-r1 (6 Jun 2002) wmalms-1.0.0a-r1.ebuild : - 03 Jun 2002; Brandon Low <lostlogic@gentoo.org> Initial package + 6 Jun 2002; Brandon Low <lostlogic@gentoo.org> Fix doc locations + +*wmalms-1.0.0a (3 Jun 2002) + + 3 Jun 2002; Brandon Low <lostlogic@gentoo.org> Initial package diff --git a/x11-misc/wmalms/files/digest-wmalms-1.0.0a-r1 b/x11-misc/wmalms/files/digest-wmalms-1.0.0a-r1 new file mode 100644 index 000000000000..33e98875a532 --- /dev/null +++ b/x11-misc/wmalms/files/digest-wmalms-1.0.0a-r1 @@ -0,0 +1 @@ +MD5 0486f7b7d1b4c57da07240498216eae4 wmalms-1.0.0a.tar.gz 52588 diff --git a/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild b/x11-misc/wmalms/wmalms-1.0.0a-r1.ebuild new file mode 100644 index 000000000000..e3f6707c6ab6 --- /dev/null +++ b/x11-misc/wmalms/wmalms-1.0.0a-r1.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-r1.ebuild,v 1.1 2002/06/07 03:43:03 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/${P} install +} |