* update sysfsutils to 2.1.1-2

This commit is contained in:
Alexander Baldeck 2024-07-24 10:39:49 +02:00
parent 803c66dd8e
commit 9862a408a1
3 changed files with 21 additions and 3 deletions

14
sysfsutils/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = sysfsutils
pkgdesc = System Utilities Based on Sysfs
pkgver = 2.1.1
pkgrel = 2
url = http://linux-diag.sourceforge.net/Sysfsutils.html
arch = x86_64
license = GPL-2.0-only
license = LGPL-2.0-only
makedepends = git
depends = glibc
source = git+https://github.com/linux-ras/sysfsutils.git#tag=v2.1.1
b2sums = SKIP
pkgname = sysfsutils

View File

@ -0,0 +1,4 @@
[sysfsutils]
source = "git"
git = "https://github.com/linux-ras/sysfsutils.git"
prefix = "v"

View File

@ -3,14 +3,15 @@
pkgname=sysfsutils
pkgver=2.1.1
pkgrel=1
pkgrel=2
pkgdesc="System Utilities Based on Sysfs"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('GPL' 'LGPL')
license=('GPL-2.0-only' 'LGPL-2.0-only')
url="http://linux-diag.sourceforge.net/Sysfsutils.html"
depends=('glibc')
makedepends=('git')
source=("git+https://github.com/linux-ras/sysfsutils.git#tag=v${pkgver}")
b2sums=('SKIP')
prepare() {
cd "$pkgname"
@ -33,4 +34,3 @@ package() {
make DESTDIR="$pkgdir" install
rm "$pkgdir/usr/lib/libsysfs.a"
}
md5sums=('SKIP')