ports/opt (3.6): libev: new maintainer
commit 3da0d9caa511242502b2321365ded5e7941a3785 Author: Juergen Daubert <jue@jue.li> Date: Thu Aug 5 19:45:52 2021 +0200 libev: new maintainer diff --git a/libev/.signature b/libev/.signature index 58419a440..373d76639 100644 --- a/libev/.signature +++ b/libev/.signature @@ -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 diff --git a/libev/Pkgfile b/libev/Pkgfile index e2b701e24..aef2b7c40 100644 --- a/libev/Pkgfile +++ b/libev/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu