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

# source: BLFS SVN 08112018
TARBALL=libevent-$PKGVER-stable.tar.gz
MD5SUM=f3eeaed018542963b7d2416ef1135ecc
SRC_URL=https://github.com/libevent/libevent/releases/download/release-$PKGVER-stable/$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
}



