# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A tool to purge squid cache" HOMEPAGE="http://www.wa.apana.org.au/~dean/squidpurge/" SRC_URI="http://www.wa.apana.org.au/~dean/sources/${PN}-20040201-src.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="virtual/libc" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} || die epatch ${FILESDIR}/${PN}-Makefile_fix.patch epatch ${FILESDIR}/${PN}-default_conf_etc.patch } src_compile() { emake || die } src_install() { insinto /usr/sbin dobin purge }