wok view balance/receipt @ rev 19015

Up cookutils (795), slitaz-icons-faenza*: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 01 10:19:59 2016 +0200 (2016-04-01)
parents 8d6f480bf664
children 11b5e93cb5f2
line source
1 # SliTaz package receipt.
3 PACKAGE="balance"
4 VERSION="3.42"
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.inlab.de/balance.html"
11 WGET_URL="http://www.inlab.de/$TARBALL"
12 TAGS="web internet load-balancing proxy tcp ipv6"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/sbin $fs/usr
27 }