wok view balance/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
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 }