libev: new maintainer

This commit is contained in:
Juergen Daubert 2021-08-05 19:45:52 +02:00
parent 0a268927fa
commit 3da0d9caa5
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/a9R3th3/i4Q2SsYRHrBSrZl7R8rNaG6Ladtw4gnl7gM4L1hf1bgPPDf6oQnfM2If8oFlmIG/qeKJyzW23pZQwE=
SHA256 (Pkgfile) = a5dffc561601dfb7b678dc3af768688b3e9ecfcc6a2b969100da8d971883342c
RWSE3ohX2g5d/fmsPsYYo0Pj86bFp1JezFTK97LZilVAyJzpBtYPuVv59uQTKsFVmWcOrBkOuG+NNe3jR6brhrDdLGSlgPf//gU=
SHA256 (Pkgfile) = 9c6f7d1d49c797ef9ffcd83e95b9a3f8620295e7a702c6bc374b1a436a16140c
SHA256 (.footprint) = 0c9486da7c733e0918756b6ce6677b7c358c1d24a2bc27899fff9be7bbe53944
SHA256 (libev-4.33.tar.gz) = 507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea

View File

@ -1,16 +1,16 @@
# Description: high-performance event loop/event model with lots of features
# URL: http://software.schmorp.de/pkg/libev.html
# Maintainer: unmaintained
# Maintainer: Juergen Daubert, jue at crux dor nu
name=libev
version=4.33
release=1
source=(http://dist.schmorp.de/$name/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm $PKG/usr/include/event.h
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm $PKG/usr/include/event.h
}