summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/core/balance/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/balance/PKGBUILD b/abs/core/balance/PKGBUILD
new file mode 100644
index 0000000..dca8733
--- /dev/null
+++ b/abs/core/balance/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=balance
+pkgver=3.54
+pkgrel=1
+pkgdesc="Balance is our (still) suprisingly successful load balancing solution being a simple but powerful generic tcp proxy with round robin load balancing and failover "
+arch=('i686' 'x86_64')
+url="http://www.inlab.de/balance.html"
+license=('GPL')
+source=(http://www.inlab.de/$pkgname-$pkgver.tar.gz)
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ make
+ install -o root -g root -Dm755 balance ${pkgdir}/usr/sbin/balance
+# install -o root -g root -Dm755 balance.1 ${pkgdir}/usr/share/man/man1/balance1
+}
+md5sums=('99854615cc58ceb2c5bbf29e35d18018')