mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/tvheadend: build with uriparser
This commit is contained in:
parent
b02d497543
commit
cb869c6cb8
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user