mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 05:04:17 +02:00
The packages depending on ell have been locally validated with success: - main/bluez - community/mptcpd - community/ofono - community/obexd-enhanced Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
# Contributor: Milan P. Stanić <mps@arvanta.net>
|
|
# Maintainer: Matthieu Baerts (NGI0) <matttbe@kernel.org>
|
|
pkgname=ell
|
|
pkgver=0.77
|
|
pkgrel=0
|
|
pkgdesc="Linux library for embedded development"
|
|
url="https://01.org/ell"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="glib-dev linux-headers"
|
|
checkdepends="dbus"
|
|
options="!check" # fails on CI though works on LXC
|
|
subpackages="$pkgname-dbg $pkgname-dev"
|
|
source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-$pkgver.tar.gz
|
|
use-libgen-basename.patch
|
|
"
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var \
|
|
--enable-glib
|
|
make
|
|
}
|
|
|
|
check() {
|
|
# dbus tests don't work in parallel
|
|
make -j1 check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
ce45f0e166fb533b4db709f0569199acb86b69affd243d14b9542028dd405d2f19033923219ceca399ed8493162ff67ba52e0ab7703c1b1cb7c4f98940a20efe ell-0.77.tar.gz
|
|
0762cc5c0471afbcdd17ecbd599f3ae6b0725ed79a845435f5f48c020990b973307c490362ead7550bfe7b61a36e6b663464a038808256f1a1ae7241f0851d1c use-libgen-basename.patch
|
|
"
|