wok-next diff balance/receipt @ rev 19275
Check manpages... from start to beaver.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 05 15:34:01 2016 +0300 (2016-07-05) |
parents | d3eb5f4b53ea |
children | cc6b64a4c196 |
line diff
1.1 --- a/balance/receipt Thu Mar 26 09:34:19 2015 +0100 1.2 +++ b/balance/receipt Tue Jul 05 15:34:01 2016 +0300 1.3 @@ -6,15 +6,17 @@ 1.4 SHORT_DESC="Generic tcp proxy with round robin load balancing and failover." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://www.inlab.de/balance.html" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -WEB_SITE="http://www.inlab.de/balance.html" 1.10 WGET_URL="http://www.inlab.de/$TARBALL" 1.11 TAGS="web internet load-balancing proxy tcp ipv6" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null 1.17 + mkdir -p $install/usr/sbin $install/usr/share/man/man1 2>/dev/null 1.18 + sed 's|/man/|/share/man/|' $src/Makefile 1.19 + 1.20 make && 1.21 make DESTDIR=$DESTDIR install 1.22 } 1.23 @@ -25,3 +27,8 @@ 1.24 mkdir -p $fs/usr 1.25 cp -a $install/usr/sbin $fs/usr 1.26 } 1.27 + 1.28 +post_install() 1.29 +{ 1.30 + mkdir -p "$1/var/run/balance" 1.31 +}