wok view balance/receipt @ rev 2603

Up: clamav (0.95.1)[security fix]
author Paul Issott <paul@slitaz.org>
date Fri Apr 10 18:03:20 2009 +0000 (2009-04-10)
parents
children 4ffc7c76d358
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.inlab.de/balance.html"
10 WGET_URL="http://www.inlab.de/balance-3.42.tar.gz"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 mkdir -p _pkg/usr/sbin _pkg/usr/man/man1 2> /dev/null
17 make &&
18 make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/sbin $fs/usr
26 }