2020-02-08 04:28:37 +01:00

25 lines
829 B
Plaintext

# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=upmpdcli
pkgver=1.4.6
pkgrel=0
pkgdesc="upmpdcli is a UPnP Media Renderer front-end for MPD, the Music Player Daemon"
url="http://www.lesbonscomptes.com/upmpdcli"
arch="all !armhf !armv7"
license="GPL-2.0"
options="!check"
makedepends="libupnpp-dev libmpdclient-dev libmicrohttpd-dev jsoncpp-dev"
subpackages="$pkgname-doc"
source="upmpdcli-$pkgver.tar.gz::http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-$pkgver.tar.gz"
build() {
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="35f728adc7cb1375d5a4ad6c3b3e70d5d43592d857a8aeece7e2923b27d01a83a2539075364dc38d8259b94735fb1e42f7c9c46a07102b3e8cf6ded761f2ba7f upmpdcli-1.4.6.tar.gz"