wok annotate balance/receipt @ rev 3809

Up: tazpkg (3.0) - New commands, improvment and fix
author Christophe Lincoln <pankso@slitaz.org>
date Wed Aug 05 23:26:27 2009 +0200 (2009-08-05)
parents 0a833feba585
children 8d6f480bf664
rev   line source
pascal@1742 1 # SliTaz package receipt.
pascal@1742 2
pascal@1742 3 PACKAGE="balance"
pascal@1742 4 VERSION="3.42"
pascal@1742 5 CATEGORY="system-tools"
pascal@1742 6 SHORT_DESC="Generic tcp proxy with round robin load balancing and failover."
pascal@1742 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1742 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1742 9 WEB_SITE="http://www.inlab.de/balance.html"
pascal@1742 10 WGET_URL="http://www.inlab.de/balance-3.42.tar.gz"
jozee@3567 11 TAGS="web internet load-balancing proxy tcp ipv6"
pascal@1742 12
pascal@1742 13 # Rules to configure and make the package.
pascal@1742 14 compile_rules()
pascal@1742 15 {
pascal@1742 16 cd $src
pascal@1742 17 mkdir -p _pkg/usr/sbin _pkg/usr/man/man1 2> /dev/null
pascal@1742 18 make &&
pascal@1742 19 make DESTDIR=$PWD/_pkg install
pascal@1742 20 }
pascal@1742 21
pascal@1742 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1742 23 genpkg_rules()
pascal@1742 24 {
pascal@1742 25 mkdir -p $fs/usr
pascal@1742 26 cp -a $_pkg/usr/sbin $fs/usr
pascal@1742 27 }
pascal@1742 28