updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / mcabber-module-geoloc-hg / PKGBUILD
blobe0aabb6c3818d61344bfb4d2b28ab0d34702ed85
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
6 pkgver=30
7 pkgrel=2
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"
10 license=(GPL)
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"
18 build() {
20    
21         cp -rf $srcdir/$_hgrepo $srcdir/$_hgrepo-build
22         
25    msg "Building $pkgname ..."
26         cd $srcdir/$_hgrepo-build
27         
28         cmake -DMCABBER_INCLUDE_DIR=/usr/include/mcabber -DCMAKE_INSTALL_PREFIX=/usr .
29         make || return 1
30         DESTDIR=$pkgdir make install
32         rm -r $srcdir/$_hgrepo-build