1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Andrea Scarpino <andrea@archlinux.org>
3 # Contributor: Mateusz Herych <heniekk@gmail.com>
8 pkgdesc="Client-side library for the Gadu-Gadu protocol"
10 url="https://libgadu.net/"
12 depends=('gnutls' 'protobuf-c')
13 source=($pkgname-$pkgver.tar.gz::https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz
15 sha256sums=('f53e703d7ad93ce222dbf7fc0cec77f62813af38817a3678e799e91f1c69c94d'
16 '2dae59d29aa2eb0905cc3c220041d5cfd95183276d684f36c9dc955c24080382')
20 patch -Np1 -i ../gcc10.patch
21 NOCONFIGURE=1 ./autogen.sh
26 ./configure --prefix=/usr --disable-static
37 make DESTDIR="$pkgdir" install
40 # vim:set ts=2 sw=2 et: