[arch-commits] Commit in navit (7 files)
Balló György
bgyorgy at archlinux.org
Sat Jul 1 14:53:03 UTC 2017
Date: Saturday, July 1, 2017 @ 14:53:02
Author: bgyorgy
Revision: 242012
archrelease: copy trunk to community-x86_64, community-i686
Added:
navit/repos/
navit/repos/community-i686/
navit/repos/community-i686/PKGBUILD
(from rev 242011, navit/trunk/PKGBUILD)
navit/repos/community-i686/navit.install
(from rev 242011, navit/trunk/navit.install)
navit/repos/community-x86_64/
navit/repos/community-x86_64/PKGBUILD
(from rev 242011, navit/trunk/PKGBUILD)
navit/repos/community-x86_64/navit.install
(from rev 242011, navit/trunk/navit.install)
--------------------------------+
community-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-i686/navit.install | 8 ++++++++
community-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-x86_64/navit.install | 8 ++++++++
4 files changed, 76 insertions(+)
Copied: navit/repos/community-i686/PKGBUILD (from rev 242011, navit/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2017-07-01 14:53:02 UTC (rev 242012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: TDY <tdy at archlinux.info>
+# 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
+}
Copied: navit/repos/community-i686/navit.install (from rev 242011, navit/trunk/navit.install)
===================================================================
--- repos/community-i686/navit.install (rev 0)
+++ repos/community-i686/navit.install 2017-07-01 14:53:02 UTC (rev 242012)
@@ -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
+}
Copied: navit/repos/community-x86_64/PKGBUILD (from rev 242011, navit/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-07-01 14:53:02 UTC (rev 242012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: TDY <tdy at archlinux.info>
+# 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
+}
Copied: navit/repos/community-x86_64/navit.install (from rev 242011, navit/trunk/navit.install)
===================================================================
--- repos/community-x86_64/navit.install (rev 0)
+++ repos/community-x86_64/navit.install 2017-07-01 14:53:02 UTC (rev 242012)
@@ -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
+}
More information about the arch-commits
mailing list