[arch-commits] Commit in librdkafka/repos (2 files)

Anatol Pomozov anatolik at archlinux.org
Wed Dec 4 00:24:37 UTC 2019


    Date: Wednesday, December 4, 2019 @ 00:24:37
  Author: anatolik
Revision: 535152

archrelease: copy trunk to community-testing-x86_64

Added:
  librdkafka/repos/community-testing-x86_64/
  librdkafka/repos/community-testing-x86_64/PKGBUILD
    (from rev 535151, librdkafka/trunk/PKGBUILD)

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

Copied: librdkafka/repos/community-testing-x86_64/PKGBUILD (from rev 535151, librdkafka/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-12-04 00:24:37 UTC (rev 535152)
@@ -0,0 +1,28 @@
+# 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.3.0
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('465cab533ebc5b9ca8d97c90ab69e0093460665ebaf38623209cf343653c76d2')
+
+build() {
+  cd librdkafka-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd librdkafka-$pkgver
+  make install DESTDIR="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list