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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 02:01:47 UTC 2016


    Date: Sunday, August 21, 2016 @ 02:01:47
  Author: felixonmars
Revision: 274120

upgpkg: analitza 16.08.0-1

Upstream release

Added:
  analitza/trunk/
  analitza/trunk/PKGBUILD
Deleted:
  analitza/trunk/

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

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 02:01:47 UTC (rev 274120)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=analitza
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://edu.kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+replaces=('kdebase-analitza')
+conflicts=('kdebase-analitza')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz")
+sha1sums=('fff6da5e459fcafe1dc5075d16fddff3f2941a2e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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



More information about the arch-commits mailing list