From 54cb832bb19dbd381bd2ed2aafab46b9f0398ffd Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 22 Apr 2022 15:04:29 +0300 Subject: feat: add libspotify ebuild --- media-libs/libspotify/libspotify-12.1.51.ebuild | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 media-libs/libspotify/libspotify-12.1.51.ebuild (limited to 'media-libs/libspotify/libspotify-12.1.51.ebuild') diff --git a/media-libs/libspotify/libspotify-12.1.51.ebuild b/media-libs/libspotify/libspotify-12.1.51.ebuild new file mode 100644 index 0000000..9f58a72 --- /dev/null +++ b/media-libs/libspotify/libspotify-12.1.51.ebuild @@ -0,0 +1,27 @@ +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 +} -- cgit v1.2.3