blob: f5704fbbd859da8809a04a3cf8ca3e2ef231c3ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/tmpreaper/tmpreaper-1.5.1.ebuild,v 1.2 2004/06/24 22:30:26 agriffis Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A utility for removing files based on when they were last accessed"
SRC_URI="http://ftp.debian.org/debian/pool/main/t/tmpreaper/${PN}_${PV}.tar.gz"
HOMEPAGE="http://packages.debian.org/stable/admin/tmpreaper.html"
KEYWORDS="~x86 ~amd64 ~ppc ~sparc "
SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc"
src_install() {
einstall || die
dodoc debian/{ChangeLog,conffiles,copyright,cron.daily,dirs}
}
|