Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33371
Collapse All | Expand All

(-)mod_backhand-1.2.2.ebuild.orig (-7 / +7 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $ 
3
4
4
DESCRIPTION="Apache module for load balancing and web clustering"
5
DESCRIPTION="Apache module for load balancing and web clustering"
5
HOMEPAGE="http://www.backhand.org/mod_backhand/"
6
HOMEPAGE="http://www.backhand.org/mod_backhand/"
6
KEYWORDS="x86 "
7
KEYWORDS="~x86"
7
8
8
S=${WORKDIR}/${PN}-${PV}
9
S=${WORKDIR}/${PN}-${PV}
9
10
Lines 13-21 Link Here
13
LICENSE="as-is"
14
LICENSE="as-is"
14
SLOT="0"
15
SLOT="0"
15
16
16
src_unpack() {
17
	unpack ${A}
18
}
19
17
20
src_compile() {
18
src_compile() {
21
	econf
19
	econf
Lines 31-39 Link Here
31
29
32
	insinto /etc/apache/conf/addon-modules/
30
	insinto /etc/apache/conf/addon-modules/
33
	doins ${FILESDIR}/mod_backhand.conf
31
	doins ${FILESDIR}/mod_backhand.conf
34
	insinto /home/httpd/cgi-bin
32
	exeinto /var/www/localhost/cgi-bin
35
	doins backhand-test
33
	doexe backhand-test
36
	insinto /home/httpd/icons
34
	fowners apache:apache /var/www/localhost/cgi-bin/backhand-test
35
	fperms +500 /var/www/localhost/cgi-bin/backhand-test	
36
	insinto /var/www/localhost/htdocs/icons
37
	doins cndsbar_mini.jpg backhand.jpg mod_backhand_mini.jpg
37
	doins cndsbar_mini.jpg backhand.jpg mod_backhand_mini.jpg
38
	dodir /var/lib/backhand
38
	dodir /var/lib/backhand
39
	fowners apache:apache /var/lib/backhand
39
	fowners apache:apache /var/lib/backhand

Return to bug 33371