blob: 227d01af4d6a367e6e9c4dc156d8f14aec8c4df9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgname=balance
pkgver=3.54
pkgrel=2
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/bin/balance
# install -o root -g root -Dm755 balance.1 ${pkgdir}/usr/share/man/man1/balance1
}
md5sums=('99854615cc58ceb2c5bbf29e35d18018')
|