mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-25 10:32:20 +01:00
25 lines
688 B
Plaintext
25 lines
688 B
Plaintext
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
|
# Maintainer:
|
|
pkgname=vdr-plugin-dvbapi
|
|
pkgver=2.2.5
|
|
pkgrel=0
|
|
pkgdesc="VDR dvbapi plugin for use with OSCam"
|
|
url="https://github.com/manio/vdr-plugin-dvbapi"
|
|
arch="x86_64 x86"
|
|
license="GPL-2.0-only"
|
|
depends_dev="vdr-dev"
|
|
makedepends="$depends_dev"
|
|
subpackages="$pkgname-lang"
|
|
source="vdr-plugin-dvbapi.tar.gz::https://github.com/manio/vdr-plugin-dvbapi/archive/v$pkgver.tar.gz"
|
|
options="!check"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR=$pkgdir install
|
|
}
|
|
|
|
sha512sums="7036705ddf706192774f511cab813c64d092a1db1c635003e28d6960d3d46ef484f44b86c15fae782d29ada728eae1861d009d91cb71ad77cb0a1b2ad316069b vdr-plugin-dvbapi.tar.gz"
|