[arch-commits] Commit in dpdk/repos (community-x86_64 community-x86_64/PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Fri Oct 22 16:32:32 UTC 2021


    Date: Friday, October 22, 2021 @ 16:32:32
  Author: anatolik
Revision: 1032520

archrelease: copy trunk to community-x86_64

Added:
  dpdk/repos/community-x86_64/
  dpdk/repos/community-x86_64/PKGBUILD
    (from rev 1032519, dpdk/trunk/PKGBUILD)

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

Copied: dpdk/repos/community-x86_64/PKGBUILD (from rev 1032519, dpdk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-10-22 16:32:32 UTC (rev 1032520)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=dpdk
+pkgver=21.08
+pkgrel=1
+pkgdesc='A set of libraries and drivers for fast packet processing'
+arch=(x86_64)
+url='http://dpdk.org'
+license=(BSD)
+options=(staticlibs)
+depends=(numactl libelf libpcap libbpf libbsd dtc jansson libarchive)
+makedepends=(linux-headers python-pyelftools meson ninja)
+source=(http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz)
+sha256sums=('5352944f65ca6f870df124cca83bf18c2506f7992ece3490346e91654263abb1')
+
+build() {
+  cd dpdk-$pkgver
+  meson build --prefix=/usr
+  ninja -C build
+}
+
+package() {
+  cd dpdk-$pkgver
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list