EAPI=8 HOMEPAGE="https://github.com/mopidy/libspotify-archive" SRC_URI="https://github.com/mopidy/libspotify-archive/raw/master/${P}-Linux-x86_64-release.tar.gz" S="${WORKDIR}/${P}-Linux-x86_64-release" SLOT="0" KEYWORDS="amd64" PATCHES=( "${FILESDIR}/destdir.patch" ) src_compile() { true } src_install() { emake install DESTDIR=${D}/usr LIB=lib64 } src_uninstall() { emake install DESTDIR=${D}/usr LIB=lib64 }