[arch-commits] Commit in osgearth (3 files)

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


    Date: Tuesday, April 17, 2018 @ 18:00:29
  Author: bgyorgy
Revision: 316775

archrelease: copy trunk to community-x86_64

Added:
  osgearth/repos/
  osgearth/repos/community-x86_64/
  osgearth/repos/community-x86_64/PKGBUILD
    (from rev 316774, osgearth/trunk/PKGBUILD)

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

Copied: osgearth/repos/community-x86_64/PKGBUILD (from rev 316774, osgearth/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-04-17 18:00:29 UTC (rev 316775)
@@ -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
+}



More information about the arch-commits mailing list