summaryrefslogtreecommitdiffstats
path: root/kde/kdepim/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-31 14:24:15 +0200
committertnut <tnut at nutyx dot com>2011-07-31 14:24:15 +0200
commitd94234412b7fbc4db1b366d7aac38ebd3ad2ef72 (patch)
tree4b608ab9c132aaf3ffec433cf008fa02cee15db4 /kde/kdepim/Pkgfile
parentf374632e90186f582cb76eea60de995e126837d9 (diff)
downloadnutyx-extra-d94234412b7fbc4db1b366d7aac38ebd3ad2ef72.tar.gz
nutyx-extra-d94234412b7fbc4db1b366d7aac38ebd3ad2ef72.tar.bz2
nutyx-extra-d94234412b7fbc4db1b366d7aac38ebd3ad2ef72.tar.xz
nutyx-extra-d94234412b7fbc4db1b366d7aac38ebd3ad2ef72.zip
kdepim, maj 4.7.0-1
Diffstat (limited to 'kde/kdepim/Pkgfile')
-rwxr-xr-xkde/kdepim/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde/kdepim/Pkgfile b/kde/kdepim/Pkgfile
new file mode 100755
index 000000000..0e8187d68
--- /dev/null
+++ b/kde/kdepim/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Outils de gestions de donnees personnelles pour KDE4
+# URL: http://www.kde.org
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: cmake,automoc4,kdelibs,kdepimlibs
+# Run on: kdelibs,kdepimlibs
+
+name=kdepim
+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_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
+}