[arch-commits] Commit in kapidox/repos (testing-any testing-any/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Oct 9 17:11:59 UTC 2016
Date: Sunday, October 9, 2016 @ 17:11:58
Author: felixonmars
Revision: 277982
archrelease: copy trunk to testing-any
Added:
kapidox/repos/testing-any/
kapidox/repos/testing-any/PKGBUILD
(from rev 277981, kapidox/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: kapidox/repos/testing-any/PKGBUILD (from rev 277981, kapidox/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2016-10-09 17:11:58 UTC (rev 277982)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapidox
+pkgver=5.27.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('4831ed7da4399cf1183526c2e9ab1514')
+
+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