diff options
Diffstat (limited to 'x11-wm/windowlab/windowlab-1.17.ebuild')
-rw-r--r-- | x11-wm/windowlab/windowlab-1.17.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-wm/windowlab/windowlab-1.17.ebuild b/x11-wm/windowlab/windowlab-1.17.ebuild new file mode 100644 index 000000000000..35638b606ccf --- /dev/null +++ b/x11-wm/windowlab/windowlab-1.17.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.17.ebuild,v 1.1 2003/11/03 06:36:39 tseng Exp $ + +IUSE="" + +S=${WORKDIR}/${P} + +DESCRIPTION="some Amiga GUI rules + aewm 1.1.2 + 8 1/2 (from Plan9) = windowlab" +HOMEPAGE="http://www.nickgravgaard.com/windowlab/" +SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/x11" + +src_compile() { + emake CFLAGS="${CFLAGS}" || die +} + +src_install() { + dobin windowlab + + newman windowlab.1x windowlab.1 + dodoc CHANGELOG README + + dodir /etc/X11/windowlab + insinto /etc/X11/windowlab + newins menurc.sample menurc + + dodir /etc/X11/Sessions + echo "/usr/bin/${PN}" > ${D}/etc/X11/Sessions/${PN} + fperms a+x /etc/X11/Sessions/${PN} +} |