2011-12-21 14:17:19 +00:00
|
|
|
# Template file for 'pen'
|
|
|
|
pkgname=pen
|
2013-11-23 06:10:09 +00:00
|
|
|
version=0.20.0
|
2013-04-14 09:13:30 +00:00
|
|
|
revision=1
|
2011-12-21 14:17:19 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--with-docdir=/usr/share/doc/pen"
|
|
|
|
short_desc="Load balancer for simple TCP based protocols"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
2013-04-14 09:13:30 +00:00
|
|
|
homepage="http://siag.nu/pen"
|
|
|
|
distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz"
|
2013-11-23 06:10:09 +00:00
|
|
|
checksum=c6d5c96c8a2bd1a4abfe64b7f93fd78239e4c946b452e8fa60b61bef6635c7ed
|
2011-12-21 14:17:19 +00:00
|
|
|
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."
|
2013-04-14 09:13:30 +00:00
|
|
|
|
|
|
|
pen_package() {
|
|
|
|
pkg_install() {
|
2013-11-23 06:10:09 +00:00
|
|
|
vmove all
|
2013-04-14 09:13:30 +00:00
|
|
|
}
|
|
|
|
}
|