Date: Thursday, December 12, 2019 @ 03:06:49
  Author: lfleischer
Revision: 370697

db-move: moved libgadu from [staging] to [testing] (x86_64)

Added:
  libgadu/repos/testing-x86_64/
  libgadu/repos/testing-x86_64/PKGBUILD
    (from rev 370696, libgadu/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgadu/repos/staging-x86_64/

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

Copied: libgadu/repos/testing-x86_64/PKGBUILD (from rev 370696, 
libgadu/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2019-12-12 03:06:49 UTC (rev 370697)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=10
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('x86_64')
+url="https://libgadu.net/";
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz";)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to