libuev: update to 2.1.0.

This commit is contained in:
Duncaen 2017-11-14 23:08:54 +01:00
parent 3ecb7f7a7b
commit 595395378f

View file

@ -1,6 +1,6 @@
# Template file for 'libuev' # Template file for 'libuev'
pkgname=libuev pkgname=libuev
version=2.0.0 version=2.1.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool" hostmakedepends="automake libtool"
@ -9,16 +9,15 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT" license="MIT"
homepage="https://github.com/troglobit/libuev" homepage="https://github.com/troglobit/libuev"
distfiles="https://github.com/troglobit/libuev/archive/v${version}.tar.gz" distfiles="https://github.com/troglobit/libuev/archive/v${version}.tar.gz"
checksum=a310066dd762ceeff85c5ac3814ac358125f1ed74f91c8b63fe6e551a5ccd97b checksum=96ae497074cf3b5d6a78b0b6c626080e711a9b8f908feac4037e197cbec0d51f
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh
} }
do_check() { do_check() {
make check # needs --enable-examples
make test
} }
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
rm -f ${DESTDIR}/usr/share/doc/libuev/LICENSE rm -f ${DESTDIR}/usr/share/doc/libuev/LICENSE