mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 16:46:46 +02:00
38 lines
1 KiB
Text
38 lines
1 KiB
Text
maintainer="Bart Ribbers <bribbers@disroot.org>"
|
|
pkgname=bionic_translation
|
|
pkgver=0_git20250324
|
|
pkgrel=0
|
|
_commit="556344096e6e9b9aa62d03964e252ae0563e6fb3"
|
|
pkgdesc="A set of libraries for loading bionic-linked .so files on musl/glibc"
|
|
url="https://gitlab.com/android_translation_layer/bionic_translation"
|
|
arch="x86_64 aarch64 armv7"
|
|
license="Apache-2.0"
|
|
makedepends="
|
|
elfutils-dev
|
|
libbsd-dev
|
|
libunwind-dev
|
|
mesa-dev
|
|
meson
|
|
samurai
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-dbg"
|
|
source="https://gitlab.com/android_translation_layer/bionic_translation/-/archive/$_commit/bionic_translation-$_commit.tar.gz"
|
|
builddir="$srcdir/bionic_translation-$_commit"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
. output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
4105a6e0d1a6c9aa8de3248b903e4dc4b3ca13d845ccc9fe9f5338603682267efef43626379b890a555d055d640ded92fba92620507c65db746333b766556047 bionic_translation-556344096e6e9b9aa62d03964e252ae0563e6fb3.tar.gz
|
|
"
|