summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tevent/.footprint13
-rw-r--r--tevent/.md5sum1
-rw-r--r--tevent/Pkgfile18
3 files changed, 32 insertions, 0 deletions
diff --git a/tevent/.footprint b/tevent/.footprint
new file mode 100644
index 000000000..5c73724a8
--- /dev/null
+++ b/tevent/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/tevent.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0.9.22
+lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.22
+-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.22
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/tevent.pc
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/_tevent.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/tevent.py
diff --git a/tevent/.md5sum b/tevent/.md5sum
new file mode 100644
index 000000000..e1e5a53a7
--- /dev/null
+++ b/tevent/.md5sum
@@ -0,0 +1 @@
+a526afa69137d660f9885ffcb6dea8ac tevent-0.9.22.tar.gz
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