Date: Wednesday, November 23, 2022 @ 03:34:47
  Author: anatolik
Revision: 1352002

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-23 03:34:26 UTC (rev 1352001)
+++ PKGBUILD    2022-11-23 03:34:47 UTC (rev 1352002)
@@ -1,26 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=dpdk
-pkgver=22.07
-pkgrel=2
-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=('9f64dfde075fdb5708cb62de838b8ffb891575fed1e1d2aeb266baca3dfc9bea')
-
-build() {
-  cd dpdk-$pkgver
-  CFLAGS+=' -ffat-lto-objects' \
-  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 1352001, 
dpdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-23 03:34:47 UTC (rev 1352002)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=dpdk
+pkgver=22.07
+pkgrel=3
+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=('9f64dfde075fdb5708cb62de838b8ffb891575fed1e1d2aeb266baca3dfc9bea')
+
+build() {
+  cd dpdk-$pkgver
+  CFLAGS+=' -ffat-lto-objects' \
+  meson build --prefix=/usr
+  ninja -C build
+}
+
+package() {
+  cd dpdk-$pkgver
+  DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to