1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
6 pkgdesc="Virtual Globe and World Atlas(qt4 version)"
8 url="http://edu.kde.org/marble"
10 depends=('openssl' 'qt')
11 makedepends=('cmake' 'git')
12 optdepends=("gpsd: GPS daemon and library to support USB/serial GPS devices")
13 conflicts=('kdeedu-marble' 'marble')
15 _gitroot=git://anongit.kde.org/marble
22 msg "Connecting to GIT server...."
24 if [ -d $srcdir/$_gitname ] ; then
25 cd $_gitname && git pull --rebase
30 msg "GIT checkout done or server timeout"
31 msg "Starting installation..."
34 cmake -DCMAKE_INSTALL_PREFIX=/usr -DQTONLY=ON .
36 make DESTDIR=$pkgdir install