# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" inherit eutils toolchain-funcs git-2 DESCRIPTION="lightweight EWMH window switcher with features and looks of dmenu" HOMEPAGE="https://github.com/seanpringle/simpleswitcher" EGIT_PROJECT="simpleswitcher" EGIT_REPO_URI="https://github.com/seanpringle/simpleswitcher" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/expat media-libs/fontconfig media-libs/freetype:2 x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXdmcp x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender" RDEPEND=${DEPEND} src_compile() { emake DESTDIR="${D}" PREFIX="/usr" || die "emake failed" } src_install() { emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed" doman simpleswitcher.1 }