mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-23 01:21:46 +01:00
30 lines
904 B
Plaintext
30 lines
904 B
Plaintext
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
|
|
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
|
|
pkgname=upmpdcli
|
|
pkgver=1.2.15
|
|
pkgrel=1
|
|
pkgdesc="upmpdcli is a UPnP Media Renderer front-end for MPD, the Music Player Daemon"
|
|
url="http://www.lesbonscomptes.com/upmpdcli"
|
|
arch="all"
|
|
license="GPL2"
|
|
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="4a62aced9fa2395752164332c84bf3dedd7b793e7e37638cfe063e887d52b9ce956c866de2aa1cddb7a4dcad97562050f9588aedd59e49e7d427671179f9258a upmpdcli-1.2.15.tar.gz"
|