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

Anatol Pomozov anatolik at gemini.archlinux.org
Tue Jan 18 17:55:20 UTC 2022


    Date: Tuesday, January 18, 2022 @ 17:55:20
  Author: anatolik
Revision: 1109296

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-18 17:55:00 UTC (rev 1109295)
+++ PKGBUILD	2022-01-18 17:55:20 UTC (rev 1109296)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: dpdk/repos/community-x86_64/PKGBUILD (from rev 1109295, dpdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-18 17:55:20 UTC (rev 1109296)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=dpdk
+pkgver=21.11
+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=('3246e3ed68ee2b369a5d8be2c06cf108a669e157f4d41c5bcbbb216bf5abd3a1')
+
+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