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

Anatol Pomozov anatolik at archlinux.org
Sun Nov 24 23:35:33 UTC 2019


    Date: Sunday, November 24, 2019 @ 23:35:32
  Author: anatolik
Revision: 533111

archrelease: copy trunk to community-x86_64

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

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

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 533110, librdkafka/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-11-24 23:35:32 UTC (rev 533111)
@@ -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.2.2
+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=('c5d6eb6ce080431f2996ee7e8e1f4b8f6c61455a1011b922e325e28e88d01b53')
+
+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