dev-libs/libgbinder - 1.1.47 (parona-overlay)

Search

Install

Install this version:

emerge -a =dev-libs/libgbinder-1.1.47

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/libgbinder-1.1.47

Or alternatively:

emerge --autounmask-write -a =dev-libs/libgbinder-1.1.47

Package Information

Description:
GLib-style interface to binder
Homepage:
https://github.com/mer-hybris/libgbinder
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.1.47 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="GLib-style interface to binder"
HOMEPAGE="https://github.com/mer-hybris/libgbinder"
SRC_URI="https://github.com/mer-hybris/libgbinder/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	>=dev-libs/glib-2.32:2
	dev-libs/libglibutil
"
RDEPEND="${DEPEND}"
BDEPEND="
	virtual/pkgconfig
"

src_compile() {
	emake KEEP_SYMBOLS=1 LIBDIR="/usr/$(get_libdir)"
}

src_install() {
	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install install-dev
}

Dependencies

DEPEND

	>=dev-libs/glib-2.32:2
	dev-libs/libglibutil

RDEPEND

	>=dev-libs/glib-2.32:2
	dev-libs/libglibutil

BDEPEND

	virtual/pkgconfig

Manifest for 1.1.47

Type File Size Source URLs
DIST libgbinder-1.1.47.tar.gz 211879 bytes https://github.com/mer-hybris/libgbinder/archive/refs/tags/1.1.47.tar.gz