summaryrefslogtreecommitdiffstats
path: root/nepomuk-core/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-08-03 12:34:05 +0200
committerpiernov <piernov@piernov.org>2012-08-07 23:42:51 +0200
commit04730b67126e3c91a1bbc69d42dfcfc5df1cca07 (patch)
tree7b7235a7d297958199a635a9cd6716b80aada1b9 /nepomuk-core/Pkgfile
parent1f9ff27c234a5366c24ed9a073024b587b4af491 (diff)
downloadnutyx-extra-04730b67126e3c91a1bbc69d42dfcfc5df1cca07.tar.gz
nutyx-extra-04730b67126e3c91a1bbc69d42dfcfc5df1cca07.tar.bz2
nutyx-extra-04730b67126e3c91a1bbc69d42dfcfc5df1cca07.tar.xz
nutyx-extra-04730b67126e3c91a1bbc69d42dfcfc5df1cca07.zip
nepomuk-core 4.9.0-1
(cherry picked from commit 91a2b15ebb5801b854d6bc3642aee4f2728e1fc4)
Diffstat (limited to 'nepomuk-core/Pkgfile')
-rwxr-xr-xnepomuk-core/Pkgfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/nepomuk-core/Pkgfile b/nepomuk-core/Pkgfile
new file mode 100755
index 000000000..e8b7859d8
--- /dev/null
+++ b/nepomuk-core/Pkgfile
@@ -0,0 +1,28 @@
+# Description:
+# URL: http://www.kde.org
+# Maintainer: KDE Project : https://projects.kde.org/projects/kde
+# Packager: lesibel at free dot fr
+# Depends on: qt,cmake,automoc4,kdelibs
+# Run on: kdelibs
+
+name=nepomuk-core
+version=4.9.0
+release=1
+source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DKDE_DEFAULT_HOME='.kde' \
+ -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+ make
+ make DESTDIR=$PKG install
+}
+