libev: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-19 11:33:15 +01:00 committed by maxice8
parent 99fe99b3cc
commit f2b6235e4c
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'libev'
pkgname=libev
version=4.24
revision=1
revision=2
build_style=gnu-configure
short_desc="High-performance event loop loosely modelled after libevent"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, 2-clause-BSD"
license="GPL-2.0-or-later, BSD-2-Clause"
homepage="http://software.schmorp.de/pkg/libev.html"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821
@ -13,6 +13,7 @@ checksum=973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821
post_install() {
# Conflicts with libevent, not necessary.
rm -f ${DESTDIR}/usr/include/event.h
vlicense LICENSE
}
libev-devel_package() {