# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/tmpreaper/tmpreaper-1.6.7.ebuild,v 1.1 2007/06/07 15:05:30 genstef Exp $ inherit eutils DESCRIPTION="A utility for removing files based on when they were last accessed" HOMEPAGE="http://packages.debian.org/stable/admin/tmpreaper.html" SRC_URI="mirror://debian/pool/main/t/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-fix-protect.patch" } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc README ChangeLog debian/{cron.daily,tmpreaper.conf,README*} }