summaryrefslogtreecommitdiffstats
path: root/akonadi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'akonadi/Pkgfile')
-rwxr-xr-xakonadi/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/akonadi/Pkgfile b/akonadi/Pkgfile
new file mode 100755
index 000000000..17d641c9e
--- /dev/null
+++ b/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
+}