wok annotate balance/receipt @ rev 11824

uclibc-i486: add post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 26 21:45:45 2012 +0100 (2012-02-26)
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