2014-12-12 17:14:23 +00:00
|
|
|
# Template file for 'mopidy'
|
|
|
|
pkgname=mopidy
|
2014-12-24 08:48:40 +00:00
|
|
|
version=0.19.5
|
|
|
|
revision=1
|
2014-12-12 17:14:23 +00: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"
|
2014-12-24 08:48:40 +00:00
|
|
|
checksum=940604eadd6435ebf7a85bbc0f15ea57a7fdf5e7e276da17732955ab10050627
|
2014-12-12 17:14:23 +00:00
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
python_versions=2.7
|
|
|
|
pycompile_module=mopidy
|
|
|
|
makedepends="python-devel"
|
|
|
|
hostmakedepends="python-devel python-setuptools python-pykka"
|
|
|
|
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
|
|
|
|
}
|