# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A Minimalist Window Manager for X." HOMEPAGE="http://sithwm.darkside.no/" SRC_URI="http://sithwm.darkside.no/sn/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="X" DEPEND="" RDEPEND="${DEPEND}" src_compile() { epatch ${FILESDIR}/${P}-warnings.patch emake CNF=DEATHSTAR || die "emake failed" } src_install() { emake CNF=DEATHSTAR DESTDIR="${D}" install || die "emake install failed" }