summaryrefslogtreecommitdiff
path: root/net-libs/libcapi/libcapi-3.2.3.ebuild
blob: 0b354c0e0593da26c20fa5313bebcaf63da1c59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

EGIT_COMMIT="9e7eb7789fef8ce712aa64f290aacbbececf2dfe"

inherit meson-multilib

DESCRIPTION="CAPI library used by various AVM products"
HOMEPAGE="https://gitlab.com/tabos/libcapi/"
SRC_URI="https://gitlab.com/tabos/${PN}/-/archive/v${PV}/${P}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}-${EGIT_COMMIT}"

LICENSE="GPL-2 GPL-2+ LGPL-2.1 GPL-3+"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ppc x86"

multilib_src_configure() {
	meson_src_configure
}