2023-04-09 15:55:55 +02:00
|
|
|
APTURL="http://repository.spotify.com"
|
|
|
|
DISTRO="stable"
|
|
|
|
REPO="non-free"
|
|
|
|
PUBKEY="${PUBKEY_PATH}/spotify-keyring-7A3A762FAFD4A51F.gpg"
|
|
|
|
PACKAGE="spotify-client"
|
|
|
|
|
|
|
|
TS=$(date +%s)
|
|
|
|
THIS_BASEDIR="/opt/spotify"
|
|
|
|
|
|
|
|
install()
|
|
|
|
{
|
|
|
|
patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 usr/share/spotify/spotify
|
2023-04-09 17:10:49 +02:00
|
|
|
cp -a -- usr/share/spotify/ ${DEBFETCHER_INSTALL_DESTDIR}/${THIS_BASEDIR}
|
2023-04-09 15:55:55 +02:00
|
|
|
|
|
|
|
ln -sf ${DEBFETCHER_INSTALL_DESTDIR}/opt/spotify/spotify "${DEBFETCHER_BIN_SYMLINK_DIR}"
|
|
|
|
}
|