summaryrefslogtreecommitdiff
path: root/tevent/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'tevent/Pkgfile')
-rw-r--r--tevent/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/tevent/Pkgfile b/tevent/Pkgfile
new file mode 100644
index 000000000..173c2c42a
--- /dev/null
+++ b/tevent/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Event library based on talloc
+# URL: http://tevent.samba.org/
+# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
+# Depends on: talloc
+# Optional: python
+
+name=tevent
+version=0.9.22
+release=1
+source=(http://www.samba.org/ftp/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure \
+ --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit