summaryrefslogtreecommitdiff
path: root/dev-libs/librepfunc/librepfunc-1.10.0.ebuild
blob: 9171f4231e26b9b8f1ea362049069216769ad883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A collection of functions, classes and so on, for vdr plugins"
HOMEPAGE="https://github.com/wirbel-at-vdr-portal/librepfunc"
SRC_URI="https://github.com/wirbel-at-vdr-portal/librepfunc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm x86"

PATCHES=( "${FILESDIR}/${P}-makefile.patch" )

src_install() {
	emake DESTDIR="${D}" libdir="/usr/$(get_libdir)/" pkgconfigdir="/usr/$(get_libdir)/pkgconfig" install
	einstalldocs
}