diff options
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/openbox-3.2-r1.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11-wm/openbox/openbox-3.2-r1.ebuild b/x11-wm/openbox/openbox-3.2-r1.ebuild index 4d0523150cc3..8846754e8fff 100644 --- a/x11-wm/openbox/openbox-3.2-r1.ebuild +++ b/x11-wm/openbox/openbox-3.2-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.2-r1.ebuild,v 1.7 2004/06/09 03:12:53 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.2-r1.ebuild,v 1.8 2004/06/12 01:13:26 vapier Exp $ inherit eutils -S=${WORKDIR}/${P/_/-} DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager." HOMEPAGE="http://icculus.org/openbox/" SRC_URI="http://icculus.org/openbox/releases/${P/_/-}.tar.gz @@ -12,7 +11,7 @@ SRC_URI="http://icculus.org/openbox/releases/${P/_/-}.tar.gz LICENSE="GPL-2" SLOT="3" -KEYWORDS="x86 sparc ~alpha ~ppc amd64" +KEYWORDS="x86 ppc sparc ~alpha hppa amd64" IUSE="nls" RDEPEND="virtual/xft @@ -23,6 +22,8 @@ RDEPEND="virtual/xft DEPEND="${RDEPEND} dev-util/pkgconfig" +S=${WORKDIR}/${P/_/-} + src_unpack() { unpack ${A} cd ${S} @@ -30,14 +31,11 @@ src_unpack() { } src_compile() { - - econf \ - `use_enable nls` || die + econf `use_enable nls` || die emake || die } -src_install () { - +src_install() { dodir /etc/X11/Sessions echo "/usr/bin/openbox" > ${D}/etc/X11/Sessions/openbox fperms a+x /etc/X11/Sessions/openbox |