summaryrefslogtreecommitdiff
path: root/extra/libgadu
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-17 03:27:11 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-17 03:27:11 +0000
commit6459b84bf754eda5323f40eb7af76dde65b63251 (patch)
tree81947a270848520d4cf2f9d1c5ce91ced54fcdff /extra/libgadu
parent942111e62628e9a5c4729563215b1cfb8911735e (diff)
Tue Jun 17 03:23:47 UTC 2014
Diffstat (limited to 'extra/libgadu')
-rw-r--r--extra/libgadu/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/extra/libgadu/PKGBUILD b/extra/libgadu/PKGBUILD
index cc426a5c0..ca9696c5f 100644
--- a/extra/libgadu/PKGBUILD
+++ b/extra/libgadu/PKGBUILD
@@ -1,33 +1,27 @@
-# $Id: PKGBUILD 213856 2014-05-30 15:47:45Z andrea $
+# $Id: PKGBUILD 215223 2014-06-16 21:36:27Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Mateusz Herych <heniekk@gmail.com>
pkgname=libgadu
-pkgver=1.11.4
+pkgver=1.12.0
pkgrel=1
pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
arch=('i686' 'x86_64')
url="http://libgadu.net/"
license=('LGPL2.1')
-depends=('openssl' 'zlib')
+depends=('gnutls' 'protobuf-c')
source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('feef622126e21601798c7e4497890ca3')
+md5sums=('e4569a0ed26136c4634fa8c4013910e3')
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
- --disable-static \
- --enable-shared \
- --with-pthread
+ --disable-tests \
+ --disable-static
make
}
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install