diff options
-rwxr-xr-x | kde/kdepimlibs/Pkgfile | 4 |
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 } |