21 lines
721 B
Bash
21 lines
721 B
Bash
# Template file for 'spotify'
|
|
pkgname=spotify
|
|
version=1.1.26
|
|
revision=1
|
|
archs="x86_64"
|
|
create_wrksrc=yes
|
|
build_style=fetch
|
|
depends="binutils gtk+ nss GConf libXScrnSaver libatomic"
|
|
short_desc="Proprietary music streaming client"
|
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
|
license="Proprietary"
|
|
homepage="https://www.spotify.com"
|
|
repository=nonfree
|
|
_sversion=".501.gbe11e53b-15_amd64"
|
|
_schecksum="54ba1bd91020913273c469591cedeebfa34aedc250033dde7c8b3fded94a9c71"
|
|
do_install() {
|
|
vbin ${FILESDIR}/spotify
|
|
vmkdir usr/share/spotify
|
|
echo "export SVERSION=\"${version}${_sversion}\"" >"${DESTDIR}/usr/share/spotify/pkgdata"
|
|
echo "export SCHECKSUM=\"${_schecksum}\"" >>"${DESTDIR}/usr/share/spotify/pkgdata"
|
|
}
|