# HG changeset patch # User Pascal Bellard # Date 1227384838 0 # Node ID 0a833feba5857184954863d96403abb287081c26 # Parent bf6a9f3d30fc0333e619107df044df0a0fec951b Add balance diff -r bf6a9f3d30fc -r 0a833feba585 balance/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/balance/receipt Sat Nov 22 20:13:58 2008 +0000 @@ -0,0 +1,27 @@ +# 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" + +# 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 +} +