tevent: initial import version 0.9.22

This commit is contained in:
Alan Mizrahi 2015-01-27 19:28:51 +09:00
parent 0da9060763
commit 5874c11288
3 changed files with 32 additions and 0 deletions

13
tevent/.footprint Normal file
View File

@ -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

1
tevent/.md5sum Normal file
View File

@ -0,0 +1 @@
a526afa69137d660f9885ffcb6dea8ac tevent-0.9.22.tar.gz

18
tevent/Pkgfile Normal file
View File

@ -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
}