wok view balance/receipt @ rev 17717

libssh2: add bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 09:51:50 2015 +0100 (2015-03-05)
parents 4ffc7c76d358
children d3eb5f4b53ea
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/balance-3.42.tar.gz"
12 TAGS="web internet load-balancing proxy tcp ipv6"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null
19 make &&
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/sbin $fs/usr
28 }