mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 17:22:07 +01:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
|
# Maintainer:
|
|
pkgname=py-mopidy-spotify
|
|
pkgver=1.2.0
|
|
pkgrel=0
|
|
pkgdesc="Mopidy extension for playing music from Spotify"
|
|
url="https://github.com/mopidy/mopidy-spotify"
|
|
arch="noarch"
|
|
license="Apache"
|
|
depends="python mopidy"
|
|
depends_dev=""
|
|
makedepends="python-dev py-setuptools"
|
|
install=""
|
|
subpackages=""
|
|
source="https://pypi.python.org/packages/source/M/Mopidy-Spotify/Mopidy-Spotify-$pkgver.tar.gz"
|
|
|
|
_builddir="$srcdir"/Mopidy-Spotify-$pkgver
|
|
|
|
prepare() {
|
|
local i
|
|
cd "$_builddir"
|
|
for i in $source; do
|
|
case $i in
|
|
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
|
esac
|
|
done
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
python setup.py build || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
|
}
|
|
|
|
md5sums="03fec138e5d96e6254ecefea46561fec Mopidy-Spotify-1.2.0.tar.gz"
|
|
sha256sums="b677f20b63a37c0dc1c7a4fa635f6c2ff853a60a65bddebfae08dc1b4cd748cc Mopidy-Spotify-1.2.0.tar.gz"
|
|
sha512sums="1a2d9201d1c1493a9ac1d067848e15cb7d05b0141877a7ccc6b07419c63fa56632c7101a2c94edbc5f37bf64576aa5060b81d23eaab8bcd504d0be05283b93e5 Mopidy-Spotify-1.2.0.tar.gz"
|