[arch-commits] Commit in qmapshack/repos (community-x86_64 community-x86_64/PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Aug 30 18:30:37 UTC 2016


    Date: Tuesday, August 30, 2016 @ 18:30:37
  Author: jlichtblau
Revision: 188072

archrelease: copy trunk to community-x86_64

Added:
  qmapshack/repos/community-x86_64/
  qmapshack/repos/community-x86_64/PKGBUILD
    (from rev 188071, qmapshack/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: qmapshack/repos/community-x86_64/PKGBUILD (from rev 188071, qmapshack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-30 18:30:37 UTC (rev 188072)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sanpi <sanpi+aur at homecomputing.fr>
+
+pkgname=qmapshack
+pkgver=1.6.3
+pkgrel=2
+pkgdesc='Plan your next outdoor trip'
+arch=('x86_64') #Due to limited resources Linux 32bit versions are not supported
+url='https://bitbucket.org/maproom/qmapshack/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gdal' 'routino>=3.1' 'qt5-script' 'qt5-tools' 'qt5-webkit')
+makedepends=('cmake')
+source=(https://bitbucket.org/maproom/qmapshack/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list