summaryrefslogtreecommitdiffstats
path: root/kde/kdepimlibs/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-27 18:15:43 +0100
committersibel <lesibel@free.fr>2011-01-27 18:15:43 +0100
commit743a80981c3a9238e8d53369448628e2c9b04702 (patch)
tree409845cd7e26dfa3f0e384b2b799ab3b8135a254 /kde/kdepimlibs/Pkgfile
parentfb20d3e8e800a117412c8c6d4e028dc09f918f77 (diff)
downloadnutyx-pakxe-743a80981c3a9238e8d53369448628e2c9b04702.tar.gz
nutyx-pakxe-743a80981c3a9238e8d53369448628e2c9b04702.tar.bz2
nutyx-pakxe-743a80981c3a9238e8d53369448628e2c9b04702.tar.xz
nutyx-pakxe-743a80981c3a9238e8d53369448628e2c9b04702.zip
kdepimlibs, maj deps
Diffstat (limited to 'kde/kdepimlibs/Pkgfile')
-rwxr-xr-xkde/kdepimlibs/Pkgfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/kde/kdepimlibs/Pkgfile b/kde/kdepimlibs/Pkgfile
index 0227bb340..17349adaa 100755
--- a/kde/kdepimlibs/Pkgfile
+++ b/kde/kdepimlibs/Pkgfile
@@ -2,12 +2,12 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: cmake, kdelibs, boost, libical, gpgme, akonadi, cyrus-sasl, libldap
+# Depends on: cmake, automoc4, kdelibs, boost, libical, gpgme, akonadi, cyrus-sasl, libldap, docbook-xsl
# Run on: kdelibs,libical,gpgme,akonadi,cyrus-sasl,libldap
name=kdepimlibs
version=4.6.0
-release=1
+release=2
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2)
@@ -15,8 +15,9 @@ build() {
cd $name-*
mkdir build
cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=ON
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/doc
}