media-libs/libcrystalhd - 3.10.0 (kcning)

Search

Package Information

Description:
Broadcom Crystal HD library
Homepage:
https://github.com/kcning/libcrystalhd
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

DESCRIPTION="Broadcom Crystal HD library"
HOMEPAGE="https://github.com/kcning/libcrystalhd"
SRC_URI="https://github.com/kcning/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="media-libs/crystalhd-headers"

src_prepare() {
	default
	sed -i "s/LIBDIR=\/usr\/lib/LIBDIR=\/usr\/$(get_libdir)/" "${S}"/Makefile || die
}

src_install() {
	emake DESTDIR="${D}" install
	# do not install README.md
}

Dependencies

BDEPEND

media-libs/crystalhd-headers

Manifest for 3.10.0

Type File Size Source URLs
DIST libcrystalhd-3.10.0.tar.gz 730066 bytes https://github.com/kcning/libcrystalhd/archive/refs/tags/3.10.0.tar.gz