[arch-commits] Commit in libgadu/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Mon Jun 16 21:36:14 UTC 2014
Date: Monday, June 16, 2014 @ 23:36:13
Author: andrea
Revision: 215222
upgpkg: libgadu 1.12.0-1
Upstream release
Modified:
libgadu/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-06-16 21:35:56 UTC (rev 215221)
+++ PKGBUILD 2014-06-16 21:36:13 UTC (rev 215222)
@@ -4,30 +4,24 @@
# Contributor: Mateusz Herych <heniekk at 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
More information about the arch-commits
mailing list