--- /dev/null
+--- ./configure.ac.orig 2016-09-22 15:08:11.683072200 +0200
++++ ./configure.ac 2016-09-22 15:11:24.693024000 +0200
+@@ -54,6 +54,11 @@
+ AC_SUBST(GPG_ERROR_CFLAGS)
+ AC_SUBST(GPG_ERROR_LIBS)
+
++
++AUTHE_PLUGDIR=`pkg-config --variable=pluginsdir libzakauthe`
++AUTHE_PLUGDIR=`cygpath -u $AUTHE_PLUGDIR`
++AC_SUBST(AUTHE_PLUGDIR)
++
+ # Checks for header files.
+
+ # Checks for typedefs, structures, and compiler characteristics.
+--- ./src/Makefile.am.orig 2016-09-22 15:08:11.689076900 +0200
++++ ./src/Makefile.am 2016-09-22 15:08:12.300095600 +0200
+@@ -8,7 +8,7 @@
+ -DGUIDIR=\""$(guidir)"\" \
+ -DFORMDIR=\""$(formdir)"\"
+
+-libzakauthe_pluginsdir = `pkg-config --variable=pluginsdir libzakauthe`
++libzakauthe_pluginsdir = $(AUTHE_PLUGDIR)
+ libzakauthe_plugins_LTLIBRARIES = libzakauthedb.la
+ libzakauthe_plugins_DATA = zakauthedb.plugin
+
# Maintainer: Andrea Zagli <andrea.zagli.free@gmail.com>
_realname=libzakauthedb
-_base_ver=0.5.0
+_base_ver=0.5.99
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
-pkgver=0.5.0.33.2065b33
+pkgver=0.5.99.35.9a77082
pkgrel=1
arch=('any')
pkgdesc="libzakauthe plugin to store authentication credentials in database (based on libgda) (mingw-w64)"
options=('!strip' 'debug' 'staticlibs')
license=("LGPL 2.1")
url="http://saetta.ns0.it/"
-source=("${_realname}"::"git+http://saetta.ns0.it/git/solipa/aute/plugins/db/#branch=develop")
-sha256sums=('SKIP')
+source=("${_realname}"::"git+http://saetta.ns0.it/git/solipa/aute/plugins/db/#branch=develop"
+ 001-win.patch)
+sha256sums=('SKIP'
+ '7392c47defc103d6932bf7429bf2214492c25d557e9e97429c3f4ee0f0fc492a')
pkgver() {
cd "$srcdir/$_realname"
prepare() {
cd ${_realname}
+
+ patch -b -V simple -p1 -i ${srcdir}/001-win.patch
}
build() {
cd "$srcdir/build-${MINGW_CHOST}"
make DESTDIR=$pkgdir install
- mv -f $pkgdir/${MINGW_PREFIX}/lib/libzakauthe/bin $pkgdir/${MINGW_PREFIX}
install -Dm644 "${srcdir}/${_realname}/COPYING" "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/COPYING"
}