--- mod_backhand-1.2.2.ebuild.orig 2004-06-20 15:43:37.468098832 +0000 +++ mod_backhand-1.2.2.ebuild 2004-06-20 15:54:00.368403592 +0000 @@ -1,9 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: $ DESCRIPTION="Apache module for load balancing and web clustering" HOMEPAGE="http://www.backhand.org/mod_backhand/" -KEYWORDS="x86 " +KEYWORDS="~x86" S=${WORKDIR}/${PN}-${PV} @@ -13,9 +14,6 @@ LICENSE="as-is" SLOT="0" -src_unpack() { - unpack ${A} -} src_compile() { econf @@ -31,9 +29,11 @@ insinto /etc/apache/conf/addon-modules/ doins ${FILESDIR}/mod_backhand.conf - insinto /home/httpd/cgi-bin - doins backhand-test - insinto /home/httpd/icons + exeinto /var/www/localhost/cgi-bin + doexe backhand-test + fowners apache:apache /var/www/localhost/cgi-bin/backhand-test + fperms +500 /var/www/localhost/cgi-bin/backhand-test + insinto /var/www/localhost/htdocs/icons doins cndsbar_mini.jpg backhand.jpg mod_backhand_mini.jpg dodir /var/lib/backhand fowners apache:apache /var/lib/backhand