dev-libs/librepfunc - 1.10.0 (gentoo)

Search

Package Information

Description:
A collection of functions, classes and so on, for vdr plugins
Homepage:
https://github.com/wirbel-at-vdr-portal/librepfunc
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.10.0 8 amd64 ~arm x86 0
View Raw Ebuild
# 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
}

Manifest for 1.10.0

Type File Size Source URLs
DIST librepfunc-1.10.0.tar.gz 32247 bytes https://github.com/wirbel-at-vdr-portal/librepfunc/archive/refs/tags/1.10.0.tar.gz