libevent: taken over

This commit is contained in:
Danny Rawlins 2006-12-20 18:56:46 +11:00
parent c1bee29206
commit cd0fddb1a7
3 changed files with 37 additions and 0 deletions

16
libevent/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/event_rpcgen.py
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/evdns.h
-rw-r--r-- root/root usr/include/event.h
-rw-r--r-- root/root usr/include/evhttp.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libevent-1.2a.so.1 -> libevent-1.2a.so.1.0.3
-rwxr-xr-x root/root usr/lib/libevent-1.2a.so.1.0.3
-rwxr-xr-x root/root usr/lib/libevent.la
lrwxrwxrwx root/root usr/lib/libevent.so -> libevent-1.2a.so.1.0.3
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/evdns.3.gz
-rw-r--r-- root/root usr/man/man3/event.3.gz

1
libevent/.md5sum Normal file
View File

@ -0,0 +1 @@
bb0b731b0c1bfa7267b8cd6192982d68 libevent-1.2a.tar.gz

20
libevent/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Event notification library.
# URL: http://www.monkey.org/~provos/libevent/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Robert McMeekin, rrm3 at rrm3 dot org
name=libevent
version=1.2a
release=1
source=(http://www.monkey.org/~provos/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-static
make && make install DESTDIR=$PKG
}