add build_options

This commit is contained in:
Georg Schabel 2014-12-11 17:42:49 +01:00
parent ed3779cc9d
commit ba42d2e799
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=MPD Scribbler
Description=MPD Scrobbler
Requires=mpd.service
After=mpd.service

View file

@ -11,6 +11,7 @@ maintainer="Georg Schabel <gescha@posteo.de>"
distfiles="http://www.musicpd.org/download/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
checksum=1cde2b5f8c70f0e3e6f059d01bf0b0f2eac2b29fbcd14b01a8a5103e603feb41
build_style=gnu-configure
build_options="systemd"
hostmakedepends="pkg-config"
makedepends="libmpdclient-devel glib-devel libcurl-devel"