wok-next annotate balance/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents cc6b64a4c196
children
rev   line source
al@20960 1 # SliTaz package receipt v2.
pascal@1742 2
pascal@1742 3 PACKAGE="balance"
al@20960 4 VERSION="3.57"
pascal@1742 5 CATEGORY="system-tools"
al@20960 6 SHORT_DESC="Generic tcp proxy with round robin load balancing and failover"
pascal@1742 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15482 8 LICENSE="GPL2"
al@20960 9 WEB_SITE="https://www.inlab.net/balance/"
al@20960 10
pascal@1742 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20960 12 WGET_URL="https://www.inlab.net/wp-content/uploads/2018/05/$TARBALL"
pascal@1742 13
al@20960 14 compile_rules() {
al@20960 15 mkdir -p $install/usr/sbin $install/usr/share/man/man1 $install/var/run/balance
al@20960 16 sed -i 's|/man/|/share/man/|' Makefile
al@19275 17
pascal@1742 18 make &&
al@20960 19 make install
pascal@1742 20 }
pascal@1742 21
al@20960 22 genpkg_rules() {
al@20960 23 copy @std
al@20960 24 TAGS="web internet load-balancing proxy tcp ipv6"
pascal@1742 25 }