# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils toolchain-funcs DESCRIPTION="A mixer designed for WindowMaker" HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html" SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~mips ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xextproto" S=${WORKDIR}/${PN} src_prepare() { epatch "${FILESDIR}"/${P}-respect_flags.patch } src_compile() { emake CXX=$(tc-getCXX) } src_install() { emake DESTDIR="${D}" install dodoc CHANGES home.wmmixer README }