summaryrefslogtreecommitdiffstats
path: root/kde/kdepim-runtime/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 14:23:35 +0200
committertnut <tnut at nutyx dot com>2011-07-31 14:23:35 +0200
commitf374632e90186f582cb76eea60de995e126837d9 (patch)
tree329185c87b9f9c553486fdf373a04839bc7151a0 /kde/kdepim-runtime/Pkgfile
parent22bb5ab1ba5366744ae7ad9c06035320c976ed14 (diff)
downloadnutyx-pakxe-f374632e90186f582cb76eea60de995e126837d9.tar.gz
nutyx-pakxe-f374632e90186f582cb76eea60de995e126837d9.tar.bz2
nutyx-pakxe-f374632e90186f582cb76eea60de995e126837d9.tar.xz
nutyx-pakxe-f374632e90186f582cb76eea60de995e126837d9.zip
maj kdepim-runtime 4.7.0-1
Diffstat (limited to 'kde/kdepim-runtime/Pkgfile')
-rwxr-xr-xkde/kdepim-runtime/Pkgfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/kde/kdepim-runtime/Pkgfile b/kde/kdepim-runtime/Pkgfile
new file mode 100755
index 000000000..14e6d019b
--- /dev/null
+++ b/kde/kdepim-runtime/Pkgfile
@@ -0,0 +1,28 @@
+# Description: Librairies pour KDE 4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager Team
+# Packager: lesibel at free dot fr
+# Depends on: qt,cmake,automoc4,kdelibs,kdepimlibs
+# Run on:kdelibs,kdepimlibs
+
+name=kdepim-runtime
+version=4.7.0
+release=1
+source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 )
+
+build() {
+ cd $name-*
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DISTRIBUTION_TEXT='NuTyX' \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DKDE_DEFAULT_HOME='.kde' \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+
+ make
+ make DESTDIR=$PKG install
+}
+