pen: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 17:28:19 +01:00
parent 943675cdba
commit ee631cfd54
1 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pen'
pkgname=pen
version=0.20.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-docdir=/usr/share/doc/pen"
short_desc="Load balancer for simple TCP based protocols"
@ -10,9 +10,3 @@ license="GPL-2"
homepage="http://siag.nu/pen"
distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz"
checksum=c6d5c96c8a2bd1a4abfe64b7f93fd78239e4c946b452e8fa60b61bef6635c7ed
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."