mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: libgbinder-1.1.25
This commit is contained in:
parent
1e6645c69e
commit
aa8cb72c5d
3 changed files with 34 additions and 0 deletions
|
@ -4176,3 +4176,4 @@ libsyncthingwidgets.so.1.2.2 syncthingtray-1.2.2_1
|
||||||
libsyncthingmodel.so.1.2.2 syncthingtray-1.2.2_1
|
libsyncthingmodel.so.1.2.2 syncthingtray-1.2.2_1
|
||||||
libsyncthingconnector.so.1.2.2 syncthingtray-1.2.2_1
|
libsyncthingconnector.so.1.2.2 syncthingtray-1.2.2_1
|
||||||
libglibutil.so.1 libglibutil-1.0.64_1
|
libglibutil.so.1 libglibutil-1.0.64_1
|
||||||
|
libgbinder.so.1 libgbinder-1.1.20_1
|
||||||
|
|
1
srcpkgs/libgbinder-devel
Symbolic link
1
srcpkgs/libgbinder-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libgbinder
|
32
srcpkgs/libgbinder/template
Normal file
32
srcpkgs/libgbinder/template
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Template file for 'libgbinder'
|
||||||
|
pkgname=libgbinder
|
||||||
|
version=1.1.25
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_use_env=1
|
||||||
|
make_build_args="KEEP_SYMBOLS=1"
|
||||||
|
make_build_target="release pkgconfig"
|
||||||
|
make_install_target="install-dev"
|
||||||
|
make_check_target="test"
|
||||||
|
hostmakedepends="pkg-config bison flex"
|
||||||
|
makedepends="libglibutil-devel"
|
||||||
|
short_desc="GLib-style interface to binder (Android IPC mechanism)"
|
||||||
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/mer-hybris/libgbinder"
|
||||||
|
distfiles="https://github.com/mer-hybris/libgbinder/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=92f3eaedba2d9a6d0c9db22cad4d7dea72259770fb4579d92929d34e2012381d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
libgbinder-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} libglibutil-devel"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue