diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2003-09-06 17:17:49 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2003-09-06 17:17:49 +0000 |
commit | c6b6df42f44074874654ff208c56e37149ef9497 (patch) | |
tree | 34a26d65a9fc10199806056609bada547acad04e /x11-wm/amiwm | |
parent | Fixes #1858. (diff) | |
download | historical-c6b6df42f44074874654ff208c56e37149ef9497.tar.gz historical-c6b6df42f44074874654ff208c56e37149ef9497.tar.bz2 historical-c6b6df42f44074874654ff208c56e37149ef9497.zip |
Fixes #1858.
Diffstat (limited to 'x11-wm/amiwm')
-rw-r--r-- | x11-wm/amiwm/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/amiwm/amiwm-0.20_p48.ebuild | 43 | ||||
-rw-r--r-- | x11-wm/amiwm/files/digest-amiwm-0.20_p48 | 1 |
3 files changed, 46 insertions, 2 deletions
diff --git a/x11-wm/amiwm/Manifest b/x11-wm/amiwm/Manifest index 162024b9aebd..020fdead800b 100644 --- a/x11-wm/amiwm/Manifest +++ b/x11-wm/amiwm/Manifest @@ -1,3 +1,3 @@ -MD5 1813433c1f3150a1316e59ec8a931b03 amiwm-0.20_p48.ebuild 826 -MD5 f7f51e631dc8caa5191cbf97f56b08b0 ChangeLog 312 +MD5 a79cb5d74b2621c90df5da2010064cc5 amiwm-0.20_p48.ebuild 938 +MD5 8d215e180e7faafc8411fc0c0ae1ffae ChangeLog 412 MD5 3fb87d8b6cf877ea7926258b01f708dd files/digest-amiwm-0.20_p48 65 diff --git a/x11-wm/amiwm/amiwm-0.20_p48.ebuild b/x11-wm/amiwm/amiwm-0.20_p48.ebuild new file mode 100644 index 000000000000..3d87da0fb52e --- /dev/null +++ b/x11-wm/amiwm/amiwm-0.20_p48.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/amiwm/amiwm-0.20_p48.ebuild,v 1.1 2003/09/06 17:17:40 karltk Exp $ + +MY_P="${PN}${PV/_p/pl}" +DESCRIPTION="Windowmanager ala Amiga® Workbenh" +HOMEPAGE="http://www.lysator.liu.se/~marcus/amiwm.html" +SRC_URI="ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/${MY_P}.tar.gz" + +LICENSE="amiwm" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/x11" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + dodir /usr/bin + einstall + +# make \ +# prefix=${D}/usr \ +# mandir=${D}/usr/share/man \ +# install || die + + rm ${D}/usr/bin/requestchoice + dosym /usr/lib/amiwm/requestchoice /usr/bin/requestchoice + + dosed /usr/lib/amiwm/{Xinitrc,Xsession,Xsession2} + + dodoc INSTALL README* + + exeinto /etc/X11/Sessions + echo "/usr/bin/amiwm" > ${T}/amiwm + doexe ${T}/amiwm +} diff --git a/x11-wm/amiwm/files/digest-amiwm-0.20_p48 b/x11-wm/amiwm/files/digest-amiwm-0.20_p48 new file mode 100644 index 000000000000..d5b3a7e5d12d --- /dev/null +++ b/x11-wm/amiwm/files/digest-amiwm-0.20_p48 @@ -0,0 +1 @@ +MD5 bfe907be9e94f6a47fec5181361176f2 amiwm0.20pl48.tar.gz 141542 |