diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:40 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:40 +0200 |
commit | a9f3e9ce8f180dc1bf6dcdbcdef44a327a60c41c (patch) | |
tree | c07099b1c1b776e605b6678c460b8b23307f076b /extra/akonadi/Pkgfile | |
parent | 36c8d7270be6b4fd271aee3d91960024a402124b (diff) | |
download | nutyx-extra-a9f3e9ce8f180dc1bf6dcdbcdef44a327a60c41c.tar.gz nutyx-extra-a9f3e9ce8f180dc1bf6dcdbcdef44a327a60c41c.tar.bz2 nutyx-extra-a9f3e9ce8f180dc1bf6dcdbcdef44a327a60c41c.tar.xz nutyx-extra-a9f3e9ce8f180dc1bf6dcdbcdef44a327a60c41c.zip |
akonadi dans extra
Diffstat (limited to 'extra/akonadi/Pkgfile')
-rwxr-xr-x | extra/akonadi/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/akonadi/Pkgfile b/extra/akonadi/Pkgfile new file mode 100755 index 000000000..17d641c9e --- /dev/null +++ b/extra/akonadi/Pkgfile @@ -0,0 +1,21 @@ +# Description: Utilitaire pour la gestion des infos personnels sur kde +# URL: http://www.kde.org +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: qt, boost, automoc4, shared-mime-info, soprano +# Run on: qt,shared-mime-info,soprano,pcre,sqlite3,zlib + +name=akonadi +version=1.6.2 +release=1 +source=(ftp://ftp.kde.org/pub/kde/stable/$name/src/$name-$version.tar.bz2) + +build() { + cd $name-$version + mkdir build + cd build + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ + -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE + make + make DESTDIR=$PKG install +} |