spotify: fix build for curl update.
The libcurl-gnutls symlink was removed from the libcurl package. Restore it in this package.
This commit is contained in:
parent
12a9a0e726
commit
1c81540ce8
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'spotify'
|
||||
pkgname=spotify
|
||||
version=1.1.42
|
||||
revision=1
|
||||
revision=2
|
||||
_ver="${version}.622.gbd112320-37_amd64"
|
||||
_filename="spotify-client_${_ver}.deb"
|
||||
archs="x86_64"
|
||||
create_wrksrc=yes
|
||||
build_style=fetch
|
||||
hostmakedepends="curl w3m"
|
||||
depends="GConf"
|
||||
hostmakedepends="curl w3m libcurl"
|
||||
depends="GConf libcurl"
|
||||
short_desc="Proprietary music streaming client"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
license="custom:Proprietary"
|
||||
|
@ -67,6 +67,7 @@ do_install() {
|
|||
# provide dynamic libraries
|
||||
_linklib libssl 1.0.0
|
||||
_linklib libcrypto 1.0.0
|
||||
ln -s /usr/lib/libcurl.so.4 ${DESTDIR}/usr/libexec/spotify/libcurl-gnutls.so.4
|
||||
|
||||
vlicense EULA
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue