[arch-commits] Commit in openmw/repos (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Feb 16 15:03:12 UTC 2016


    Date: Tuesday, February 16, 2016 @ 16:03:12
  Author: svenstaro
Revision: 161844

archrelease: copy trunk to community-staging-i686

Added:
  openmw/repos/community-staging-i686/
  openmw/repos/community-staging-i686/PKGBUILD
    (from rev 161843, openmw/trunk/PKGBUILD)

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

Copied: openmw/repos/community-staging-i686/PKGBUILD (from rev 161843, openmw/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-16 15:03:12 UTC (rev 161844)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Sandy Carter <bwrsandman at gmail.com>
+
+pkgname=openmw
+pkgver=0.38.0
+pkgrel=4
+pkgdesc="An open-source engine reimplementation for the role-playing game Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org"
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost' 'doxygen')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz")
+sha1sums=('0df078426503bdb22d4773c0e611894d25f990ad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DDESIRED_QT_VERSION=5
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list