compat-32/libevent-32/Pkgfile
2020-07-07 00:09:20 +10:00

20 lines
506 B
Plaintext

# Description: Event notification library
# URL: http://www.monkey.org/~provos/libevent/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: openssl-32 libevent
name=libevent-32
version=2.1.12
release=1
source=(https://github.com/libevent/libevent/releases/download/release-$version-stable/libevent-$version-stable.tar.gz)
build() {
cd libevent-$version-stable
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include}
}