diff --git a/srcpkgs/libev/template b/srcpkgs/libev/template index 1a1a7ff5fc..9240d13105 100644 --- a/srcpkgs/libev/template +++ b/srcpkgs/libev/template @@ -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 " -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() {