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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:19:57 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:19:57
  Author: felixonmars
Revision: 274356

upgpkg: kdegames-kspaceduel 16.08.0-1

Upstream release

Added:
  kdegames-kspaceduel/trunk/
  kdegames-kspaceduel/trunk/PKGBUILD
Deleted:
  kdegames-kspaceduel/trunk/

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

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 03:19:57 UTC (rev 274356)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kspaceduel
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun"
+url="http://kde.org/applications/games/kspaceduel/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz")
+sha1sums=('d868039fcb693b609ffbd35c84b549723b5472c9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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



More information about the arch-commits mailing list