# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="WMII - Window manager improved 2 - is the next generation of the WMI project. The best from Ion, LarsWM and Ratpoison." SRC_URI="http://wmi.modprobe.de/snaps/${PN}-0-${PVR}.tar.bz2" HOMEPAGE="http://wmi.modprobe.de/" LICENSE="as-is" DEPEND="virtual/x11 virtual/libc cairo? (x11-libs/cairo)" KEYWORDS="~x86 ~sparc" SLOT="0" IUSE="" S=${WORKDIR}/${PN}-0-${PVR} src_compile() { emake CONFPREFIX="${ROOT}/etc" || die } src_install () { einstall DESTDIR=${D} CONFPREFIX="${ROOT}/etc" PREFIX="${ROOT}/usr" || die dodoc LICENSE README ChangeLog }