wok annotate balance/receipt @ rev 17869

Use VERSION variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 26 09:34:19 2015 +0100 (2015-03-26)
parents 8d6f480bf664
children 11b5e93cb5f2
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@15482 8 LICENSE="GPL2"
pascal@1742 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1742 10 WEB_SITE="http://www.inlab.de/balance.html"
pascal@17869 11 WGET_URL="http://www.inlab.de/$TARBALL"
jozee@3567 12 TAGS="web internet load-balancing proxy tcp ipv6"
pascal@1742 13
pascal@1742 14 # Rules to configure and make the package.
pascal@1742 15 compile_rules()
pascal@1742 16 {
pascal@15482 17 mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null
pascal@1742 18 make &&
pascal@15482 19 make DESTDIR=$DESTDIR 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@15482 26 cp -a $install/usr/sbin $fs/usr
pascal@1742 27 }