summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 08:49:05 +0200
committersibel <lesibel@free.fr>2010-09-08 08:49:05 +0200
commit893703ecf0e530268e2f50aed648d486c3dcd399 (patch)
treecc5c242b59d027b85fa499d404b1549ded2355a3 /kde
parent6750ca306a05cbd6e8a39531da476915ebf887cf (diff)
downloadnutyx-extra-893703ecf0e530268e2f50aed648d486c3dcd399.tar.gz
nutyx-extra-893703ecf0e530268e2f50aed648d486c3dcd399.tar.bz2
nutyx-extra-893703ecf0e530268e2f50aed648d486c3dcd399.tar.xz
nutyx-extra-893703ecf0e530268e2f50aed648d486c3dcd399.zip
Ajustement de make de kdepimlibs
Diffstat (limited to 'kde')
-rwxr-xr-xkde/kdepimlibs/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/kdepimlibs/Pkgfile b/kde/kdepimlibs/Pkgfile
index 7832d537d..b65852acb 100755
--- a/kde/kdepimlibs/Pkgfile
+++ b/kde/kdepimlibs/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.kde.org
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: kdelibs, boost, libical, gpgme, akonadi, cyrus-sasl, libldap
+# Depends on: cmake, kdelibs, boost, libical, gpgme, akonadi, cyrus-sasl, libldap
name=kdepimlibs
version=4.5.1
@@ -15,7 +15,7 @@ build() {
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
- make -j5
+ make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}