wok annotate balance/receipt @ rev 17474

syslinux/iso2exe: use always mkfloppy in init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 27 18:25:05 2014 +0100 (2014-12-27)
parents 4ffc7c76d358
children d3eb5f4b53ea
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@1742 11 WGET_URL="http://www.inlab.de/balance-3.42.tar.gz"
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@1742 17 cd $src
pascal@15482 18 mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null
pascal@1742 19 make &&
pascal@15482 20 make DESTDIR=$DESTDIR install
pascal@1742 21 }
pascal@1742 22
pascal@1742 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1742 24 genpkg_rules()
pascal@1742 25 {
pascal@1742 26 mkdir -p $fs/usr
pascal@15482 27 cp -a $install/usr/sbin $fs/usr
pascal@1742 28 }
pascal@1742 29