* update ell to 0.67-1

This commit is contained in:
Alexander Baldeck 2024-08-16 06:40:22 +02:00
parent 08bf20ad60
commit 6fea94b467
3 changed files with 35 additions and 2 deletions

18
ell/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = ell
pkgdesc = Embedded Linux library
pkgver = 0.67
pkgrel = 1
url = https://01.org/ell
arch = x86_64
license = LGPL-2.1-or-later
checkdepends = dbus
checkdepends = procps-ng
depends = gcc-libs
depends = glibc
source = https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.67.tar.xz
source = https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-0.67.tar.sign
validpgpkeys = E932D120BC2AEC444E558F0106CA9F5D1DCF2659
sha256sums = 97942e8cefb130b632496e5485242f3f374f3b8846800fb74fffd76dc2a0c726
sha256sums = SKIP
pkgname = ell

5
ell/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[ell]
source = "git"
git = "https://git.kernel.org/pub/scm/libs/ell/ell.git"
use_max_tag = true

View File

@ -3,7 +3,7 @@
# Contributor: Jameson Pugh <imntreal@gmail.com>
pkgname=ell
pkgver=0.65
pkgver=0.67
pkgrel=1
pkgdesc="Embedded Linux library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,10 +14,20 @@ depends=('gcc-libs' 'glibc')
checkdepends=('dbus' 'procps-ng')
# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
sha256sums=('9ee7ac57b188d391cead705d3596a6d3240341786475149db297782a52269aa5'
sha256sums=('97942e8cefb130b632496e5485242f3f374f3b8846800fb74fffd76dc2a0c726'
'SKIP')
validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann <marcel@holtmann.org>"
prepare() {
cd "$pkgname-$pkgver"
# don't run tests that fail in chroot build whith
# "Failed to start message bus: Failed to bind socket "0.0.0.0" port 140"
# unit/test-dbus-message-fds
# unit/test-dbus-properties
sed -i "217d;220d" Makefile.am
autoreconf -vfi
}
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr