From 423ae5a5a1cd103d57b8cb52279533b3011f42d8 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 18 May 2014 03:52:05 +0000 Subject: Sun May 18 03:42:25 UTC 2014 --- extra/knotifyconfig/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 extra/knotifyconfig/PKGBUILD (limited to 'extra/knotifyconfig') diff --git a/extra/knotifyconfig/PKGBUILD b/extra/knotifyconfig/PKGBUILD new file mode 100644 index 000000000..81a67665a --- /dev/null +++ b/extra/knotifyconfig/PKGBUILD @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=knotifyconfig +pkgver=4.99.0 +pkgrel=1 +pkgdesc='KNotifyConfig' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/frameworks/knotifyconfig' +license=('LGPL') +depends=('kio') +makedepends=('extra-cmake-modules') +groups=('kf5') +source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('6292a707e3801d48090fa2149ca9cc02') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=lib \ + -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf