wok-next view balance/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }