Skip to content
Snippets Groups Projects
Verified Commit 46f28f52 authored by Rasmus Thomsen's avatar Rasmus Thomsen
Browse files

community/libfprint: use abuild-meson & meson compile/test/install

parent 252eef58
No related branches found
No related tags found
1 merge request!12040Port all meson APKBUILDs to abuild-meson
...@@ -21,17 +21,15 @@ source="https://gitlab.freedesktop.org/libfprint/libfprint/uploads/aff93e9921d1c ...@@ -21,17 +21,15 @@ source="https://gitlab.freedesktop.org/libfprint/libfprint/uploads/aff93e9921d1c
" "
build() { build() {
meson \ abuild-meson \
--prefix /usr \
--buildtype=plain \
-Dx11-examples=false \ -Dx11-examples=false \
-Ddoc=false \ -Ddoc=false \
output output
ninja -C output meson compile ${JOBS:+-j ${JOBS}} -C output
} }
package() { package() {
DESTDIR="$pkgdir" ninja -C output install DESTDIR="$pkgdir" meson install --no-rebuild -C output
} }
sha512sums="6a38a691d1f2d5fe19b5bbda9b77321d2e34f1a3aa8b61f38109e0095b28e156cdd7be5ade8f3db8ff26045f8556b68e938b3e1378f4b6d84a2106566e7fdb53 libfprint-1.0.tar.xz sha512sums="6a38a691d1f2d5fe19b5bbda9b77321d2e34f1a3aa8b61f38109e0095b28e156cdd7be5ade8f3db8ff26045f8556b68e938b3e1378f4b6d84a2106566e7fdb53 libfprint-1.0.tar.xz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment