[arch-commits] Commit in kapidox/repos (kde-unstable-any kde-unstable-any/PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat May 10 18:17:12 UTC 2014


    Date: Saturday, May 10, 2014 @ 20:17:12
  Author: andrea
Revision: 212198

archrelease: copy trunk to kde-unstable-any

Added:
  kapidox/repos/kde-unstable-any/
  kapidox/repos/kde-unstable-any/PKGBUILD
    (from rev 212197, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/kde-unstable-any/PKGBUILD (from rev 212197, kapidox/trunk/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2014-05-10 18:17:12 UTC (rev 212198)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapidox
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('43c0c3aad31fbb10a3039e2876eeffbf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list