From c20b59ce734c7f86cdc96370548dd4755fb16d6e Mon Sep 17 00:00:00 2001 From: James Meyer Date: Wed, 23 Jan 2013 17:43:32 -0600 Subject: balance 3.54: used to proxy the ceton network tuners refs # 898 refs # 899 --- abs/core/balance/PKGBUILD | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 abs/core/balance/PKGBUILD 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') -- cgit v0.12