libev: rebuild for metadata
This commit is contained in:
parent
99fe99b3cc
commit
f2b6235e4c
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue