void-packages/srcpkgs/libev/template

18 lines
769 B
Text
Raw Normal View History

2011-11-05 23:12:21 +00:00
# Template file for 'libev'
pkgname=libev
2013-03-12 23:01:13 +00:00
version=4.15
revision=2
2013-03-12 23:01:13 +00:00
build_style=gnu-configure
subpackages="${pkgname}-devel"
2011-11-05 23:12:21 +00:00
short_desc="High-performance event loop loosely modelled after libevent"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2, BSD"
2013-03-12 23:01:13 +00:00
homepage="http://software.schmorp.de/pkg/${pkgname}.html"
distfiles="http://dist.schmorp.de/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb
2011-11-05 23:12:21 +00:00
long_desc="
A full-featured and high-performance (see benchmark) event loop that is
loosely modelled after libevent, but without its limitations and bugs. It is
used, among others, in the GNU Virtual Private Ethernet and rxvt-unicode
packages, and in the Deliantra MORPG Server and Client."