aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mopidy/APKBUILD
blob: 7f3b699683a004b415023145fb31b14e3173ec68 (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
42
43
44
45
46
47
48
49
50
51
52
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=mopidy
_pkgname=Mopidy
pkgver=2.1.0
pkgrel=1
pkgdesc="Mopidy is an extensible music server"
url="http://www.mopidy.com/"
arch="noarch"
license="Apache-2.0"
depends="python py-pykka py-tornado gst-plugins-base gst-plugins-good
	gst-plugins-ugly py-gst py-setuptools py-libxml2 py-requests
	py-six
	"
depends_dev=""
makedepends="python-dev"
install=""
subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
	mopidy.conf
	"

_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
	default_prepare
}

build() {
	cd "$_builddir"
	python setup.py build
}

package() {
	cd "$_builddir"
	python setup.py install --prefix=/usr --root="$pkgdir"
	install -Dm640 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
	install -dm755 "${pkgdir}/etc/mopidy/extensions.d"
	install -dm755 "${pkgdir}/var/cache/mopidy"
	install -dm755 "${pkgdir}/var/log/mopidy"
	install -dm755 "${pkgdir}/var/lib/mopidy/local"
	install -dm755 "${pkgdir}/var/lib/mopidy/media"
	install -dm755 "${pkgdir}/var/lib/mopidy/playlists"
}

check() {
	cd "$_builddir"
	python -m mopidy --help > /dev/null
}

sha512sums="14422ec706be70b3ce64e48be2c07677ac19fbb3a66f7ee4c9ad84ce47ffd8bf8a8b43edb7655f8437c50ac1366026ab96594f6598e033db8ffe094dd471d985  Mopidy-2.1.0.tar.gz
593f872d072b32d3da92b8e60ad486c9ca6fa68eae5235e7724f3837d1fa4627694b5ebc8aaacedfba22c701e558e1d60b2f9c97139621a0eead3319446fe300  mopidy.conf"