wok-next view balance/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents cc6b64a4c196
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="balance"
4 VERSION="3.57"
5 CATEGORY="system-tools"
6 SHORT_DESC="Generic tcp proxy with round robin load balancing and failover"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.inlab.net/balance/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://www.inlab.net/wp-content/uploads/2018/05/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/sbin $install/usr/share/man/man1 $install/var/run/balance
16 sed -i 's|/man/|/share/man/|' Makefile
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 TAGS="web internet load-balancing proxy tcp ipv6"
25 }