[arch-commits] Commit in (osgearth osgearth/trunk osgearth/trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Apr 17 18:00:14 UTC 2018


    Date: Tuesday, April 17, 2018 @ 18:00:13
  Author: bgyorgy
Revision: 316774

Move osgearth from AUR with 12 votes

It's a dependency of qgis.

Added:
  osgearth/
  osgearth/trunk/
  osgearth/trunk/PKGBUILD

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

Added: osgearth/trunk/PKGBUILD
===================================================================
--- osgearth/trunk/PKGBUILD	                        (rev 0)
+++ osgearth/trunk/PKGBUILD	2018-04-17 18:00:13 UTC (rev 316774)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Samuel Fernando Mesa Giraldo <samuelmesa at linuxmail.org>
+# Contributor: James Duley <jagduley gmail>
+# Contributor: A. Weiss <adam [at] archlinux.us>
+
+pkgname=osgearth
+pkgver=2.9
+pkgrel=1
+pkgdesc="Terrain rendering toolkit for OpenSceneGraph"
+arch=(x86_64)
+url='http://osgearth.org/'
+license=(LGPL)
+depends=('gdal' 'openscenegraph' 'qt5-base')
+makedepends=('cmake' 'protobuf')
+source=("https://github.com/gwaldron/$pkgname/archive/$pkgname-$pkgver.tar.gz")
+sha256sums=('22aeef42bb700c1e669d9ba57ce4155c0668caf86cc738750a6b9d34c1eaf2a4')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_POSTFIX='' -DOSGEARTH_QT_BUILD=ON
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: osgearth/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list