1
0
Fork 0

dev-libs/gbinder: New package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
Ryan Fox 2021-08-15 03:33:50 +00:00
parent 3158c391ce
commit 00ce8135fa
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,4 @@
DIST gbinder-1.1.10.tar.gz 171562 BLAKE2B a2719bc92e3cd9a0bd72b3fac6a42d1a61019ad2b37d29efe95972dd209368d8fd63e6a310cca36fb471f1aac34455a51f468685a202299501f45d29d27a16ab SHA512 24b6d7d672b2532efe0ef35c45db9cb9b7a436961f47807f7d690a7f9b656d5fe8bfd7fd0df8957aee3663996d70a29d56ec74cd1e67233b13f8d1e6f4611bc9
EBUILD gbinder-1.1.10.ebuild 727 BLAKE2B 5a50a55a79d859eb002dc407f112ee203c3da0e3dbf5079b39360194ae2524a0dcb52ef0ae8fa1d4d30c813a006841b3ddbc2dbc1d015835fbfa74dacb855185 SHA512 f2b9a56f5bee2b258aafebf3a1d075fdf9d589bad2f259b75a3ed566e1c99f03d7b905af2ce7fbfdbff38c8aef146216a318c1f8bfb5f2a9edd68e230b1a37bd
EBUILD gbinder-9999.ebuild 727 BLAKE2B 5a50a55a79d859eb002dc407f112ee203c3da0e3dbf5079b39360194ae2524a0dcb52ef0ae8fa1d4d30c813a006841b3ddbc2dbc1d015835fbfa74dacb855185 SHA512 f2b9a56f5bee2b258aafebf3a1d075fdf9d589bad2f259b75a3ed566e1c99f03d7b905af2ce7fbfdbff38c8aef146216a318c1f8bfb5f2a9edd68e230b1a37bd
MISC metadata.xml 328 BLAKE2B f68dea7312e47c49075786c8412a8df532afa7d53b694cea72b2c6dae52508c7d6c8b10b932b5b37153906698a145efac3d1854b7a1715c024ee750a1172e416 SHA512 b8ac6eb6d9fb90c91983c22ca81d5a522fec9dd15ea230d60949362d139b9adcd36c4b54ffacb6f92b31558f6fa1699a70dca40d4584d0cb5b52d037cfb9b9b6

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mer-hybris/libgbinder.git"
else
MY_PN="lib${PN}"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/mer-hybris/libgbinder/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="GLib-style interface to binder"
HOMEPAGE="https://github.com/mer-hybris/libgbinder.git"
LICENSE="BSD"
SLOT="0"
DEPEND="dev-libs/libglibutil"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_compile() {
emake KEEP_SYMBOLS=1
}
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install-dev
}

View File

@ -0,0 +1,32 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mer-hybris/libgbinder.git"
else
MY_PN="lib${PN}"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/mer-hybris/libgbinder/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="GLib-style interface to binder"
HOMEPAGE="https://github.com/mer-hybris/libgbinder.git"
LICENSE="BSD"
SLOT="0"
DEPEND="dev-libs/libglibutil"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_compile() {
emake KEEP_SYMBOLS=1
}
src_install() {
emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install-dev
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">mer-hybris/libgbinder</remote-id>
</upstream>
</pkgmetadata>