Mercurial > hg > portage
view net-proxy/squirm/squirm-1.26.ebuild @ 283:18e9c4ed5f1f
get rid of the 1.4 java ebuild, it is in the java overlay
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 23 Jun 2011 12:01:37 +0200 |
parents | c6edd24e6dd4 |
children |
line wrap: on
line source
# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-proxy/squirm/squirm-1.26.ebuild,v 1.1 2009/06/20 13:15:30 mrness Exp $ EAPI="2" inherit eutils DESCRIPTION="A redirector for Squid" HOMEPAGE="http://squirm.foote.com.au" SRC_URI="http://squirm.foote.com.au/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch } src_install() { emake PREFIX="${D}/opt/squirm" install || die "emake install failed" } pkg_postinst() { einfo "To enable squirm, add the following lines to /etc/squid/squid.conf:" einfo " url_rewrite_program /opt/squirm/bin/squirm" einfo " url_rewrite_children 10" }