Date: Saturday, July 1, 2017 @ 14:52:47 Author: bgyorgy Revision: 242011
Move navit from AUR with 10 votes Added: navit/ navit/trunk/ navit/trunk/PKGBUILD navit/trunk/navit.install ---------------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ navit.install | 8 ++++++++ 2 files changed, 38 insertions(+) Added: navit/trunk/PKGBUILD =================================================================== --- navit/trunk/PKGBUILD (rev 0) +++ navit/trunk/PKGBUILD 2017-07-01 14:52:47 UTC (rev 242011) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: TDY <[email protected]> +# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com> +# Contributor: Stefan Lohmaier <noneuss at gmail dot com +# Contributor: Thermionix <thermionix at gmail dot com> + +pkgname=navit +pkgver=0.5.0 +pkgrel=2 +pkgdesc="Modular turn-by-turn car navigation system" +arch=('x86_64' 'i686') +url="http://www.navit-project.org/" +license=('GPL') +depends=('dbus-glib' 'gpsd' 'gtk2' 'imlib2' 'sdl_image') +makedepends=('cmake' 'libxslt') +install=$pkgname.install +source=($pkgname-$pkgver.tar.gz::https://github.com/navit-gps/navit/archive/v$pkgver.tar.gz) +sha256sums=('13353481d7fc01a4f64e385dda460b51496366bba0fd2cc85a89a0747910e94d') + +build() { + cd $pkgname-$pkgver + cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIBDIR=lib -DSAMPLE_MAP=FALSE + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Property changes on: navit/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: navit/trunk/navit.install =================================================================== --- navit/trunk/navit.install (rev 0) +++ navit/trunk/navit.install 2017-07-01 14:52:47 UTC (rev 242011) @@ -0,0 +1,8 @@ +post_install() { + echo "==> Additional setup is required" + echo " -> See http://wiki.navit-project.org/index.php/Configuration" + echo + echo "==> No maps are bundled with the install" + echo " -> See http://wiki.navit-project.org/index.php/Maps" + echo +}
