# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: $ S="${WORKDIR}/${P}" DESCRIPTION="window manager selector tool" SRC_URI="http://www.ordiluc.net/selectwm/${P}.tar.bz2" HOMEPAGE="http://www.ordiluc.net/selectwm" LICENSE="GPL-2" SLOT="0" #lorien- I've only tested on x86 KEYWORDS="x86" DEPEND=">=x11-libs/gtk+-2.0.0 >=dev-libs/glib-2.0.0" RDEPEND="${DEPEND}" src_compile() { local myconf use nls || myconf="${myconf} --disable-nls" CFLAGS="${CFLAGS}" ./configure \ --build=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make \ prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die # Install documentation. dodoc AUTHORS ChangeLog COPYING NEWS README }