void-packages/srcpkgs/pen/template

19 lines
728 B
Plaintext

# Template file for 'pen'
pkgname=pen
version=0.18.0
homepage="http://siag.nu/pen"
distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-docdir=/usr/share/doc/pen"
revision=1
short_desc="Load balancer for simple TCP based protocols"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=48ab2a2ca3f564cb610a10d2d5252ecf8723ed8392bac5d1fba208946c3665fa
long_desc="
This is pen, a load balancer for simple tcp based protocols such as
http or smtp. It allows several servers to appear as one to the
outside and automatically detects servers that are down and distributes
clients among the available servers. This gives high availability and
scalable performance."