Date: Monday, June 25, 2012 @ 00:48:07 Author: eric Revision: 162323 upgpkg: libgadu 1.11.2-1
Upstream update, Fix license, Add check function Modified: libgadu/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-25 01:51:33 UTC (rev 162322) +++ PKGBUILD 2012-06-25 04:48:07 UTC (rev 162323) @@ -3,16 +3,16 @@ # Contributor: Mateusz Herych <[email protected]> pkgname=libgadu -pkgver=1.11.1 +pkgver=1.11.2 pkgrel=1 pkgdesc="This library implements the client side of the Gadu-Gadu protocol" arch=('i686' 'x86_64') url="http://toxygen.net/libgadu/" -license=('GPL') +license=('LGPL2.1') depends=('openssl') options=('!libtool') source=("http://toxygen.net/${pkgname}/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('01016ad3b0ea955b61ef4badf2bd48bf') +md5sums=('832432fef251f69f31e68574c17f0c51') build() { cd "${srcdir}"/${pkgname}-${pkgver} @@ -23,6 +23,11 @@ make } +check() { + cd "${srcdir}"/${pkgname}-${pkgver} + make check +} + package() { cd "${srcdir}"/${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install
