8541cdeadb0374a233e9441a0e094c35021e6dad
Lars Strojny A app-admin A app-adm...

Lars Strojny authored 17 years ago

1) # Copyright 1999-2007 Gentoo Foundation
2) # Distributed under the terms of the GNU General Public License v2
3) # $Header: $
4) 
5) inherit eutils
6) 
7) DESCRIPTION="A tool to purge squid cache"
8) HOMEPAGE="http://www.wa.apana.org.au/~dean/squidpurge/"
9) SRC_URI="http://www.wa.apana.org.au/~dean/sources/${PN}-20040201-src.tar.gz"
10) 
11) LICENSE=""
12) SLOT="0"
13) KEYWORDS="~amd64"
14) IUSE=""
15) 
16) DEPEND=""
17) RDEPEND=""
18) 
19) S=${WORKDIR}/${PN}
20) 
21) src_unpack() {
22) 	unpack ${A} || die
23) 	epatch ${FILESDIR}/${PN}-Makefile_fix.patch
Lars Strojny A app-admin/purge/files/...

Lars Strojny authored 17 years ago

24) 	epatch ${FILESDIR}/${PN}-default_conf_etc.patch