### this file is sourced not run
PKGVER=2.0.22
PKGBUILD=1
PKGARCH=x86_64

# source: post BLFS 7.8 2016-01-10
TARBALL=libevent-$PKGVER-stable.tar.gz
MD5SUM=c4c56f986aa985677ca1db89630a2e11
SRC_URL=http://downloads.sourceforge.net/levent/$TARBALL
BUNDLE=

SLACKREQ='openssl'
SLACKDESC="libevent: libevent $PKGVER (Event loop library)  
libevent:  
libevent: libevent is an asynchronous event notification software library. The 
libevent: libevent API provides a mechanism to execute a callback function 
libevent: when a specific event occurs on a file descriptor or after a timeout 
libevent: has been reached. Furthermore, libevent also supports callbacks due 
libevent: to signals or regular timeouts.  
libevent: 
libevent: 
libevent: 
libevent:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



