[arch-commits] Commit in kollision (trunk trunk trunk/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 03:15:44 UTC 2016
Date: Sunday, August 21, 2016 @ 03:15:43
Author: felixonmars
Revision: 274342
upgpkg: kollision 16.08.0-1
Upstream release
Added:
kollision/trunk/
kollision/trunk/PKGBUILD
Deleted:
kollision/trunk/
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD (rev 0)
+++ trunk/PKGBUILD 2016-08-21 03:15:43 UTC (rev 274342)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kollision
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A simple ball dodging game"
+url="http://kde.org/applications/games/kollision/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz")
+sha1sums=('e16233b22c58717847af2dfe3cec8d81a53e856b')
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: kollision/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list