2014-12-12 18:14:23 +01:00
|
|
|
# Template file for 'mopidy'
|
|
|
|
pkgname=mopidy
|
2015-04-28 15:27:02 +02:00
|
|
|
version=1.0.3
|
2014-12-24 09:48:40 +01:00
|
|
|
revision=1
|
2014-12-12 18:14:23 +01:00
|
|
|
build_style=python-module
|
|
|
|
short_desc="An extensible music server in python"
|
|
|
|
maintainer="allan <mail@may.mooo.com>"
|
|
|
|
license="Apache-2.0"
|
|
|
|
homepage="http://www.mopidy.com"
|
|
|
|
distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
|
2015-04-28 15:27:02 +02:00
|
|
|
checksum=171af12c671e5634d66e7bb21aa6b558b30b86610e312eaa81d1cff4afd13e0c
|
2014-12-12 18:14:23 +01:00
|
|
|
noarch=yes
|
|
|
|
pycompile_module=mopidy
|
2015-04-03 08:40:26 +02:00
|
|
|
hostmakedepends="python-setuptools"
|
2014-12-12 18:14:23 +01:00
|
|
|
depends="gst-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1 python-tornado python-pykka python-setuptools"
|
|
|
|
wrksrc="Mopidy-$version"
|
|
|
|
|
|
|
|
conf_files="/etc/mopidy.conf"
|
|
|
|
system_accounts="mopidy"
|
|
|
|
mopidy_homedir="/var/lib/mopidy/"
|
|
|
|
mopidy_groups="audio"
|
|
|
|
make_dirs="/var/lib/mopidy 0755 mopidy mopidy"
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vconf $FILESDIR/mopidy.conf
|
|
|
|
vsv mopidy
|
|
|
|
}
|