summaryrefslogtreecommitdiffstats
path: root/openchange/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'openchange/Pkgfile')
-rw-r--r--openchange/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/openchange/Pkgfile b/openchange/Pkgfile
new file mode 100644
index 0000000..a9f0f2d
--- /dev/null
+++ b/openchange/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Implémentation des protocols, clients et serveurs Microsoft Exchange
+# URL: http://www.openchange.org/
+# Maintainer: NuTyX Core Team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: samba4, tevent, tdb, ldb
+# Run on: samba4,tevent,tdb,ldb
+
+name=openchange
+version=0.11
+vername=TRANSPORTER
+release=1
+
+source=(http://tracker.openchange.org/attachments/download/142/$name-$version-$vername.tar.gz)
+
+build() {
+ cd $name-$version-$vername
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --enable-pymapi \
+ --with-modulesdir=/usr/lib
+ make
+ make DESTDIR=$PKG install
+}