aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-mopidy-spotify/APKBUILD
blob: d9e6f5ed2ceae303797560507a3e6084637e31ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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="python2-dev py-setuptools"
install=""
subpackages=""
source="https://files.pythonhosted.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"