# SliTaz package receipt. PACKAGE="balance" VERSION="3.42" CATEGORY="system-tools" SHORT_DESC="Generic tcp proxy with round robin load balancing and failover." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.inlab.de/balance.html" WGET_URL="http://www.inlab.de/balance-3.42.tar.gz" TAGS="web internet load-balancing proxy tcp ipv6" # Rules to configure and make the package. compile_rules() { cd $src mkdir -p _pkg/usr/sbin _pkg/usr/man/man1 2> /dev/null make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/sbin $fs/usr }