* update sysfsutils to 2.1.1-2
This commit is contained in:
parent
803c66dd8e
commit
9862a408a1
14
sysfsutils/.SRCINFO
Normal file
14
sysfsutils/.SRCINFO
Normal 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
|
4
sysfsutils/.nvchecker.toml
Normal file
4
sysfsutils/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[sysfsutils]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/linux-ras/sysfsutils.git"
|
||||||
|
prefix = "v"
|
@ -3,14 +3,15 @@
|
|||||||
|
|
||||||
pkgname=sysfsutils
|
pkgname=sysfsutils
|
||||||
pkgver=2.1.1
|
pkgver=2.1.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="System Utilities Based on Sysfs"
|
pkgdesc="System Utilities Based on Sysfs"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
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"
|
url="http://linux-diag.sourceforge.net/Sysfsutils.html"
|
||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
source=("git+https://github.com/linux-ras/sysfsutils.git#tag=v${pkgver}")
|
source=("git+https://github.com/linux-ras/sysfsutils.git#tag=v${pkgver}")
|
||||||
|
b2sums=('SKIP')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
@ -33,4 +34,3 @@ package() {
|
|||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
rm "$pkgdir/usr/lib/libsysfs.a"
|
rm "$pkgdir/usr/lib/libsysfs.a"
|
||||||
}
|
}
|
||||||
md5sums=('SKIP')
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user