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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:23:20 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:23:19
  Author: felixonmars
Revision: 274366

upgpkg: kdegames-lskat 16.08.0-1

Upstream release

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

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

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 03:23:19 UTC (rev 274366)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-lskat
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="http://kde.org/applications/games/lskat/"
+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/lskat-${pkgver}.tar.xz")
+sha1sums=('54c827f23689b2b9313eee3b2123dce88e3f0974')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../lskat-${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-lskat/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list