summaryrefslogtreecommitdiffstats
path: root/extra/kdepimlibs/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:44 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:44 +0200
commit44ee9220dfc469b47a55dd0f8c32a5eaeea34995 (patch)
treeda5f3bcd6b119367dc5ad9084f70a02cde4e7c27 /extra/kdepimlibs/Pkgfile
parent94706850a4c604f287bb686ddb209b48533920b5 (diff)
downloadnutyx-pakxe-44ee9220dfc469b47a55dd0f8c32a5eaeea34995.tar.gz
nutyx-pakxe-44ee9220dfc469b47a55dd0f8c32a5eaeea34995.tar.bz2
nutyx-pakxe-44ee9220dfc469b47a55dd0f8c32a5eaeea34995.tar.xz
nutyx-pakxe-44ee9220dfc469b47a55dd0f8c32a5eaeea34995.zip
kdepimlibs dans extra
Diffstat (limited to 'extra/kdepimlibs/Pkgfile')
-rwxr-xr-xextra/kdepimlibs/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/extra/kdepimlibs/Pkgfile b/extra/kdepimlibs/Pkgfile
new file mode 100755
index 000000000..9bb2ef372
--- /dev/null
+++ b/extra/kdepimlibs/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Utilitaires pour KDE4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs,boost,gpgme,akonadi,libical
+# Run on: kdelibs,boost,gpgme,akonadi,libical
+
+name=kdepimlibs
+version=4.7.2
+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_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_DEFAULT_HOME='.kde' \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+
+ make
+ make DESTDIR=$PKG install
+}