summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-09 19:35:34 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-09 19:35:34 +0000
commit2a16f02cf77c510f52604ae02880512d12079987 (patch)
tree96e51192a7be65dd129a3818a3574cf3d89b35ba /x11-wm/lwm/lwm-1.2.1.ebuild
parentstable on ppc64, bug #62487 (Manifest recommit) (diff)
downloadgentoo-2-2a16f02cf77c510f52604ae02880512d12079987.tar.gz
gentoo-2-2a16f02cf77c510f52604ae02880512d12079987.tar.bz2
gentoo-2-2a16f02cf77c510f52604ae02880512d12079987.zip
Version bumped. Removed motif IUSE flag which is not relevant anymore.
Diffstat (limited to 'x11-wm/lwm/lwm-1.2.1.ebuild')
-rw-r--r--x11-wm/lwm/lwm-1.2.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-wm/lwm/lwm-1.2.1.ebuild b/x11-wm/lwm/lwm-1.2.1.ebuild
new file mode 100644
index 000000000000..73e38dc34e07
--- /dev/null
+++ b/x11-wm/lwm/lwm-1.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/lwm/lwm-1.2.1.ebuild,v 1.1 2004/10/09 19:35:34 usata Exp $
+
+IUSE=""
+
+DESCRIPTION="The ultimate lightweight window manager"
+SRC_URI="http://www.jfc.org.uk/files/lwm/${P}.tar.gz"
+HOMEPAGE="http://www.jfc.org.uk/software/lwm.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ xmkmf || die
+ emake lwm || die
+}
+
+src_install() {
+
+ dobin lwm
+
+ newman lwm.man lwm.1
+ dodoc AUTHORS BUGS ChangeLog INSTALL README TODO
+}