* update pciutils to 3.13.0-2
This commit is contained in:
parent
b44696ac7f
commit
623bef3f4f
19
pciutils/.SRCINFO
Normal file
19
pciutils/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = pciutils
|
||||
pkgdesc = PCI bus configuration space access library and tools
|
||||
pkgver = 3.13.0
|
||||
pkgrel = 2
|
||||
url = https://mj.ucw.cz/sw/pciutils/
|
||||
arch = x86_64
|
||||
license = GPL-2.0-only
|
||||
makedepends = git
|
||||
depends = glibc
|
||||
depends = hwdata
|
||||
depends = kmod
|
||||
optdepends = which: for update-pciids
|
||||
optdepends = grep: for update-pciids
|
||||
optdepends = curl: for update-pciids
|
||||
source = git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v3.13.0?signed
|
||||
validpgpkeys = C466A56CADA981F4297D20C31F3D0761D9B65F0B
|
||||
b2sums = 51f41d1ec60eeea51f8534a0dd27f9b0aed4230dbea871d1161273019ee305c1f3536c81c295d13ff40edafe86ae76b0eec9a808f0fd2f90e3f5a7dd34e80ea7
|
||||
|
||||
pkgname = pciutils
|
4
pciutils/.nvchecker.toml
Normal file
4
pciutils/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[pciutils]
|
||||
source = "git"
|
||||
git = "https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git"
|
||||
prefix = "v"
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=pciutils
|
||||
pkgver=3.13.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PCI bus configuration space access library and tools"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('GPL-2.0-only')
|
||||
@ -12,24 +12,23 @@ makedepends=('git')
|
||||
optdepends=('which: for update-pciids'
|
||||
'grep: for update-pciids'
|
||||
'curl: for update-pciids')
|
||||
source=(
|
||||
git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v$pkgver?signed
|
||||
)
|
||||
source=("git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v$pkgver?signed")
|
||||
validpgpkeys=(
|
||||
'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares <mj@ucw.cz>
|
||||
)
|
||||
sha256sums=('a198253ac31ee593aeaa4e84c4393f7ad9b1e513ebc6f85c42802dc4c744691d')
|
||||
b2sums=('51f41d1ec60eeea51f8534a0dd27f9b0aed4230dbea871d1161273019ee305c1f3536c81c295d13ff40edafe86ae76b0eec9a808f0fd2f90e3f5a7dd34e80ea7')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a
|
||||
cd "${pkgname}"
|
||||
make OPT="${CFLAGS}" ZLIB=no SHARED=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a
|
||||
cp lib/libpci.a "${srcdir}/"
|
||||
make clean
|
||||
make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
cd "${pkgname}"
|
||||
make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
|
||||
rm -rf "$pkgdir"/usr/share/hwdata
|
||||
rm -rf "${pkgdir}"/usr/share/hwdata
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user