/[gentoo-x86]/net-misc/balance/balance-3.54.ebuild
Gentoo

Contents of /net-misc/balance/balance-3.54.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Thu Feb 28 11:32:54 2013 UTC (3 months, 2 weeks ago) by xmw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
Remove /var/run/balance dir from install (bug 455014), drop old.

(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-misc/balance/balance-3.54.ebuild,v 1.2 2012/06/18 00:26:09 mr_bones_ Exp $
4
5 EAPI=4
6
7 inherit eutils toolchain-funcs
8
9 DESCRIPTION="TCP Load Balancing Port Forwarder"
10 HOMEPAGE="http://www.inlab.de/balance.html"
11 SRC_URI="http://www.inlab.de/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~ppc ~x86"
16 IUSE="doc"
17
18 DEPEND="doc? ( app-text/ghostscript-gpl
19 sys-apps/groff )"
20 RDEPEND=""
21
22 src_prepare() {
23 epatch "${FILESDIR}"/${P}-Makefile.patch
24 tc-export CC
25 use doc || touch balance.pdf
26 }
27
28 src_install() {
29 default
30 use doc && dodoc balance.pdf
31 }

  ViewVC Help
Powered by ViewVC 1.1.20