diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-23 23:43:32 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-23 23:43:32 (GMT) |
commit | c20b59ce734c7f86cdc96370548dd4755fb16d6e (patch) | |
tree | eb8cf68c7df2ae0090764026abe8b179b4f4b108 /abs | |
parent | ea33ea0fb39023d3f48ed8abb765429301da381e (diff) | |
download | linhes_pkgbuild-c20b59ce734c7f86cdc96370548dd4755fb16d6e.zip linhes_pkgbuild-c20b59ce734c7f86cdc96370548dd4755fb16d6e.tar.gz linhes_pkgbuild-c20b59ce734c7f86cdc96370548dd4755fb16d6e.tar.bz2 |
balance 3.54: used to proxy the ceton network tuners
refs # 898
refs # 899
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/balance/PKGBUILD | 16 |
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') |