mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-06 16:31:41 +01:00
30 lines
919 B
Plaintext
30 lines
919 B
Plaintext
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
|
|
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
|
|
pkgname=upmpdcli
|
|
pkgver=1.4.2
|
|
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"
|
|
depends=""
|
|
makedepends="libupnpp-dev libmpdclient-dev libmicrohttpd-dev jsoncpp-dev"
|
|
install=""
|
|
subpackages="$pkgname-doc"
|
|
source="upmpdcli-$pkgver.tar.gz::http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-$pkgver.tar.gz"
|
|
builddir="$srcdir/upmpdcli-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure --prefix=/usr --sysconfdir=/etc
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="be855214b55686422689ce786103ff50748a9f9e7e556c8dbeaa7e39e0229a3e0b56502bdbeb7071771706416cd2ff36592cb5245b505d8438f0ba75c200e9c2 upmpdcli-1.4.2.tar.gz"
|