Date: Tuesday, May 2, 2023 @ 08:35:29
  Author: tpowa
Revision: 476328

archrelease: copy trunk to testing-x86_64

Added:
  pciutils/repos/testing-x86_64/
  pciutils/repos/testing-x86_64/PKGBUILD
    (from rev 476327, pciutils/trunk/PKGBUILD)
  pciutils/repos/testing-x86_64/keys/

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: pciutils/repos/testing-x86_64/PKGBUILD (from rev 476327, 
pciutils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-05-02 08:35:29 UTC (rev 476328)
@@ -0,0 +1,35 @@
+# Maintainer: Tobias Powalowski <tp...@archlinux.org>
+pkgname=pciutils
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(x86_64)
+license=('GPL2')
+url="https://mj.ucw.cz/sw/pciutils/";
+depends=('glibc' 'hwdata' 'kmod')
+makedepends=('git')
+optdepends=('which: for update-pciids'
+            'grep: for update-pciids'
+           'curl: for update-pciids')  
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+        
https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
+        #git+https://github.com/pciutils/pciutils.git#tag=v$pkgver?signed)
+validpgpkeys=(
+              'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares 
<m...@ucw.cz>
+             )
+sha256sums=('7deabe38ae5fa88a96a8c4947975cf31c591506db546e9665a10dddbf350ead0'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  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 
+  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-$pkgver
+  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
+}

Reply via email to