Date: Wednesday, January 18, 2023 @ 19:17:46
Author: anatolik
Revision: 1386914
archrelease: copy trunk to community-x86_64
Added:
librdkafka/repos/community-x86_64/PKGBUILD
(from rev 1386913, librdkafka/trunk/PKGBUILD)
Deleted:
librdkafka/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 69 +++++++++++++++++++++++++++----------------------------------
1 file changed, 31 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-18 19:17:26 UTC (rev 1386913)
+++ PKGBUILD 2023-01-18 19:17:46 UTC (rev 1386914)
@@ -1,38 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Andrew Sun <adsun701 at gmail dot com>
-# Contributor: Joel Teichroeb <joel at teichroeb dot net>
-# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
-
-pkgname=librdkafka
-pkgver=1.9.2
-pkgrel=2
-pkgdesc='The Apache Kafka C/C++ library'
-arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
-license=(BSD)
-depends=(libsasl zstd curl)
-makedepends=(python openssl lz4 rapidjson cmake)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz
-
link_curl.patch::https://github.com/edenhill/librdkafka/commit/23bd03c11c344aaa01ace8951e60913b4bfa3c2e.patch)
-sha256sums=('3fba157a9f80a0889c982acdd44608be8a46142270a389008b22d921be1198ad'
- '88c6587060454868a8441bc33215d76d9e174675cc32ec10d95c7a34d33cd17f')
-
-prepare() {
- cd librdkafka-$pkgver
- patch -p1 < ../link_curl.patch
-}
-
-build() {
- cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-check() {
- # TODO: figure out why the tests timeout
- # cmake --build build --target test
- true
-}
-
-package() {
- cmake --build build --target install -- DESTDIR="$pkgdir"
-}
Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 1386913,
librdkafka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-18 19:17:46 UTC (rev 1386914)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Joel Teichroeb <joel at teichroeb dot net>
+# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
+
+pkgname=librdkafka
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd curl)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('f75de3545b3c6cc027306e2df0371aefe1bb8f86d4ec612ed4ebf7bfb2f817cd')
+
+build() {
+ cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+check() {
+ # TODO: figure out why the tests timeout
+ # cmake --build build --target test
+ true
+}
+
+package() {
+ cmake --build build --target install -- DESTDIR="$pkgdir"
+}