void-packages/srcpkgs/mopidy/template

27 lines
823 B
Bash
Raw Normal View History

2014-12-12 17:14:23 +00:00
# Template file for 'mopidy'
pkgname=mopidy
2015-09-11 12:23:25 +00:00
version=1.1.0
2014-12-24 08:48:40 +00:00
revision=1
2015-08-05 07:52:00 +00:00
wrksrc="Mopidy-$version"
2014-12-12 17:14:23 +00:00
noarch=yes
2015-08-05 07:52:00 +00:00
build_style=python-module
2014-12-12 17:14:23 +00:00
pycompile_module=mopidy
hostmakedepends="python-setuptools"
2014-12-12 17:14:23 +00:00
depends="gst-python gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1 python-tornado python-pykka python-setuptools"
conf_files="/etc/mopidy.conf"
system_accounts="mopidy"
mopidy_homedir="/var/lib/mopidy/"
mopidy_groups="audio"
make_dirs="/var/lib/mopidy 0755 mopidy mopidy"
2015-08-05 07:52:00 +00:00
short_desc="Music server for MPD, Spotify, SoundClound and others"
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-09-11 12:23:25 +00:00
checksum=062ec9df8c5bc641b4f3f36ba0ef0da26d88f10511b99acd62dea040c8fb1f37
2014-12-12 17:14:23 +00:00
post_install() {
vconf $FILESDIR/mopidy.conf
vsv mopidy
}