summaryrefslogtreecommitdiff
path: root/kde-unstable/nepomuk-widgets/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/nepomuk-widgets/PKGBUILD')
-rw-r--r--kde-unstable/nepomuk-widgets/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-unstable/nepomuk-widgets/PKGBUILD b/kde-unstable/nepomuk-widgets/PKGBUILD
deleted file mode 100644
index 228a2f301..000000000
--- a/kde-unstable/nepomuk-widgets/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 171742 2012-11-21 18:33:10Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=nepomuk-widgets
-pkgver=4.9.80
-pkgrel=1
-pkgdesc="The Library containing the Nepomuk Widgets"
-url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('nepomuk-core')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('ed84cb208430afcb30d41ee5ab456ed3edd211f4')
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}