1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
4 pkgname=gnome-online-miners
7 pkgdesc="Crawls through your online content"
9 url="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
11 depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph dleyna-server)
12 makedepends=(git autoconf-archive python)
13 _commit=f9aca437b511ca95e1ea6dab68c099aa9e9ae119 # tags/3.34.0^0
14 source=("git+https://gitlab.gnome.org/GNOME/gnome-online-miners.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
24 NOCONFIGURE=1 ./autogen.sh
29 ./configure --prefix=/usr --libexecdir=/usr/lib --disable-static
30 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
36 make DESTDIR="$pkgdir" install
39 # vim:set ts=2 sw=2 et: