1 # Maintainer: György Balló <ballogy@freestart.hu>
5 pkgdesc="Map viewer for OpenStreetMap"
7 url="http://www.novopia.com/emerillon/"
9 depends=('libchamplain>=0.11.0' 'geoclue>=0.11.1' 'libpeas>=1.0' 'rest>=0.6' dconf)
10 makedepends=(gobject-introspection gtk-doc intltool vala)
12 install=$pkgname.install
13 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz)
14 sha256sums=(0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085)
17 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
20 --disable-static --disable-schemas-compile --disable-scrollkeeper
25 cd "$srcdir/$pkgname-$pkgver"
27 make DESTDIR="$pkgdir/" install