community/tvheadend: build with uriparser

This commit is contained in:
J0WI 2020-04-05 18:20:44 +02:00 committed by Leo
parent b02d497543
commit cb869c6cb8

View File

@ -1,13 +1,13 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=tvheadend
pkgver=4.2.8
pkgrel=2
pkgrel=3
pkgdesc="TV Streaming server for linux"
url="http://tvheadend.org/"
url="https://tvheadend.org/"
arch="all"
license="GPL-3.0-only"
makedepends="findutils bash git python3 linux-headers bsd-compat-headers
coreutils openssl-dev ffmpeg-dev gettext-dev zlib-dev cmake"
coreutils openssl-dev ffmpeg-dev gettext-dev zlib-dev cmake uriparser-dev"
pkgusers="tvheadend"
pkggroups="video"
install="$pkgname.pre-install"
@ -39,7 +39,7 @@ build() {
}
package() {
make -j1 DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install
install -m 755 -D "$srcdir"/$pkgname.initd \
"$pkgdir"/etc/init.d/$pkgname
install -d -m 755 -o $pkgusers -g $pkggroups \