dev-util/bcunit - 5.4.23 (nest)

Search

Package Information

Description:
BC Unit Test Framework
Homepage:
https://gitlab.linphone.org/BC/public/bcunit
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
5.4.23 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="BC Unit Test Framework"
HOMEPAGE="https://gitlab.linphone.org/BC/public/bcunit"
SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples test"
RESTRICT="test" # fails: BCUnit_intl.h: No such file or directory

BDEPEND="virtual/pkgconfig"

src_configure() {
	# interface to ncurses broken
	local mycmakeargs=(
		-DENABLE_BCUNIT_CURSES="OFF"
		-DENABLE_BCUNIT_DOC="$(usex doc)"
		-DENABLE_BCUNIT_EXAMPLES="$(usex examples)"
		-DENABLE_BCUNIT_MEMTRACE="$(usex debug)"
		-DENABLE_BCUNIT_TEST="$(usex test)"
	)

	cmake_src_configure
}

USE Flags

doc

Dependencies

BDEPEND

virtual/pkgconfig

Manifest for 5.4.23

Type File Size Source URLs
DIST bcunit-5.4.23.tar.bz2 249363 bytes https://gitlab.linphone.org/BC/public/bcunit/-/archive/5.4.23/bcunit-5.4.23.tar.bz2