diff --git a/srcpkgs/pen/pen.rshlibs b/srcpkgs/pen/pen.rshlibs new file mode 100644 index 00000000000..631aa1dda40 --- /dev/null +++ b/srcpkgs/pen/pen.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/pen/template b/srcpkgs/pen/template new file mode 100644 index 00000000000..4221f5c9520 --- /dev/null +++ b/srcpkgs/pen/template @@ -0,0 +1,17 @@ +# 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" +short_desc="Load balancer for simple TCP based protocols" +maintainer="Juan RP " +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."