1 # Contributor: Nickolay Stepanenko <nixtrian at gmail dot com>
2 pkgname=mcabber-module-geoloc-hg
3 replaces=mcabber-module-geoloc-git
4 provides=mcabber-module-geoloc-git
5 conflicts=mcabber-module-geoloc-git
8 pkgdesc="Allows to see other's location and publish your. Provides '/geoloc' command. Requires 'pep' module. Also provides header file to allow other modules to publish information."
9 url="http://wiki.mcabber.com/index.php/Modules"
11 arch=('i686' 'x86_64')
12 depends=('mcabber>=0.10.0' 'mcabber-module-pep-hg')
13 makedepends=("cmake" "mercurial" "mcabber>=0.10.0" 'mcabber-module-pep-hg')
15 _hgroot="https://isbear.unixzone.org.ua/isbear"
16 _hgrepo="mcabber-geoloc"
21 cp -rf $srcdir/$_hgrepo $srcdir/$_hgrepo-build
25 msg "Building $pkgname ..."
26 cd $srcdir/$_hgrepo-build
28 cmake -DMCABBER_INCLUDE_DIR=/usr/include/mcabber -DCMAKE_INSTALL_PREFIX=/usr .
30 DESTDIR=$pkgdir make install
32 rm -r $srcdir/$_hgrepo-build