summaryrefslogtreecommitdiffstats
path: root/tevent/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'tevent/Pkgfile')
-rwxr-xr-xtevent/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/tevent/Pkgfile b/tevent/Pkgfile
new file mode 100755
index 0000000..3e7bb5f
--- /dev/null
+++ b/tevent/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Bibliothèque de gestion d'évènements SaMBa4
+# URL: http://tevent.samba.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: talloc
+# Run on: talloc
+
+name=tevent
+version=0.9.14
+release=1
+source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ sed "s|#!/usr/bin/env python|#!/usr/bin/env python2|" -i buildtools/bin/waf
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}