# Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="simple X background setter inspired by imlibsetroot and feh." HOMEPAGE="https://github.com/ttzhou/setroot" GITHUB_USER="ttzhou" SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" DEPEND=" media-libs/imlib2 x11-libs/libXinerama " RDEPEND="${DEPEND}" src_compile() { emake CC=$(tc-getCC) } src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install }