compat-32/libevent-32/Pkgfile

20 lines
506 B
Plaintext
Raw Normal View History

2020-03-04 11:50:24 +01:00
# 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
2020-07-06 16:09:20 +02:00
version=2.1.12
2020-03-04 11:50:24 +01:00
release=1
2020-07-06 16:09:20 +02:00
source=(https://github.com/libevent/libevent/releases/download/release-$version-stable/libevent-$version-stable.tar.gz)
2020-03-04 11:50:24 +01:00
build() {
cd libevent-$version-stable
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include}
}